logicalclocks / rondb

This is RonDB, a distribution of NDB Cluster developed and used by Hopsworks AB. It also contains development branches of RonDB.
https://www.rondb.com
Other
585 stars 45 forks source link

RONDB-761: Added support for Dirty writes #552

Closed mronstro closed 1 week ago

mronstro commented 1 week ago

Dirty writes makes it possible to handle 100's of thousands of INCR key per second compared 1-10 thousands per second with normal writes.

By using writes always we can ensure that even if the replicas have lost synch the first successful write will put them back in synch.

Dirty writes thus gives higher concurrency at a lower consistency.

Added a new flag to use this with writeTuple in NDB API.