pub const BATCH_SIZE: usize = 2048; // 2_048usize
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).
max_block_size