Skip to main content

BATCH_SIZE

Constant BATCH_SIZE 

Source
pub const BATCH_SIZE: usize = 2048; // 2_048usize
Expand description

Default vector width. Matches ClickHouse’s max_block_size lower bound and fits comfortably in L2 cache for f64 columns (2048 × 8 B = 16 KiB per column).