Skip to main content

BLOCK_SIZE

Constant BLOCK_SIZE 

Source
pub const BLOCK_SIZE: usize = 1024;
Expand description

Rows per block. Each block is independently compressed and decompressible. 1024 balances compression ratio (larger = better) vs random access granularity (smaller = less waste on filtered scans).