|
|
|
|
|
by coffeemug
3990 days ago
|
|
The Raft protocol only touches the metadata (table information, location of tables on physical nodes, etc). The query engine works the way it always did, so Raft shouldn't affect query performance in a measurable way. There might be difference in performance for administrative operations (e.g. resharding), but they should all be positive changes! EDIT: Daniel beat me to it. |
|