pull down to refresh
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.
reply
pull down to refresh
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.