Skip to main content

DEFAULT_WRITE_BATCH

Constant DEFAULT_WRITE_BATCH 

Source
pub const DEFAULT_WRITE_BATCH: usize = 1000;
Expand description

Default rows per write batch. Caps the in-flight buffer so a write of an unbounded row stream stays O(batch_size) in memory.