Skip to main content

DEFAULT_ROW_GROUP_SIZE

Constant DEFAULT_ROW_GROUP_SIZE 

Source
pub const DEFAULT_ROW_GROUP_SIZE: usize = _; // 102_400usize
Expand description

Default row group size for parquet files.

Keep the existing persisted/on-disk default stable. It intentionally stays decoupled from DEFAULT_READ_BATCH_SIZE so we can tune runtime scan batching without changing the row group layout of newly written SSTs.