|
|
|
|
|
by danielmewes
3984 days ago
|
|
General query performance should be the same, if not better in this release (the improvements are not due to Raft, but due to other changes).
We use Raft only to determine a consistent configuration. The queries themselves are executed in the same efficient way as before. Note that in the beta, reconfiguring tables over servers on rotational disks can be slow https://github.com/rethinkdb/rethinkdb/issues/4279 . If you store large documents, you might also see some increases in memory usage during backfills https://github.com/rethinkdb/rethinkdb/issues/4474 .
We're going to address both of these issues before the final release. |
|
So, you've made the noob mistake in using Raft, where only configuration goes in the log and actual changes to data aren't replicated in the same manner.