You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On replication benchmarks, we have seen rocksdb::MemTable::Get() using quite a lot of CPU time for checking snapshot conflicts. This is actually not needed on RBR slaves, if read free replication (rpl_lookup_rows=0) is enabled.
On replication benchmarks, we have seen rocksdb::MemTable::Get() using quite a lot of CPU time for checking snapshot conflicts. This is actually not needed on RBR slaves, if read free replication (rpl_lookup_rows=0) is enabled.