Introducing Buffered Writes in CockroachDB
In exploring ways to improve transaction throughput performance for CockroachDB we have introduced buffered writes, in preview. Before buffered writes, each step that included a read or write would read or write from the leaseholder. Since the leaseholder is not always local, this communication could incur network round trips and serial execution of each statement.
This article first appeared on Read More