Skip to main content

DEFAULT_BATCH_SIZE

Constant DEFAULT_BATCH_SIZE 

Source
pub const DEFAULT_BATCH_SIZE: usize = 1024;
Expand description

Default batch size for vectorized operations 1024 rows fits comfortably in L2 cache (~256KB with 256-byte rows)