ENCODE_ROW_THRESHOLD

Static ENCODE_ROW_THRESHOLD 

Source
pub(crate) static ENCODE_ROW_THRESHOLD: LazyLock<usize>
Expand description

Row threshold for encoding parts. Configurable via GREPTIME_BULK_ENCODE_ROW_THRESHOLD. When estimated rows exceed this threshold, parts are encoded as EncodedBulkPart.