WriteBuffer Micro-Batching for High-Throughput Ingest
A durable commit costs about a thousand times more than the write itself, so MongrelDB Kit ships WriteBuffer, an opt-in micro-batching surface that amortizes one fsync across a thousand rows.
1 post filed under ingest.
A durable commit costs about a thousand times more than the write itself, so MongrelDB Kit ships WriteBuffer, an opt-in micro-batching surface that amortizes one fsync across a thousand rows.