Closed mronstro closed 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.
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.