Skip to main content

WAL_MAX_WRITERS_BEFORE_BARRIER

Constant WAL_MAX_WRITERS_BEFORE_BARRIER 

Source
pub const WAL_MAX_WRITERS_BEFORE_BARRIER: usize = 10;
Expand description

Maximum concurrent writers before the WAL engages barrier mode. Beyond this threshold, new writers block until the current batch completes.