pull down to refresh
This link was posted by tdrhq 1 hour ago on HN. It received 40 points and 16 comments.
I haven’t gotten all the way through but iirc raft wouldn’t have much throughput. They must be syncing using some other method.
He addresses this
It turns out the disk latency is irrelevant for this, since the Raft algorithm will just commit multiple transactions together to disk.
I haven’t gotten all the way through but iirc raft wouldn’t have much throughput. They must be syncing using some other method.
He addresses this