pub const DEFAULT_WRITE_BATCH: usize = 1000;
Default rows per write batch. Caps the in-flight buffer so a write of an unbounded row stream stays O(batch_size) in memory.
O(batch_size)