const SPLIT_RECORD_SIZE: usize = 100_000;
Expand description

If a record is greater than this size (in bytes) it will be split into multiple key-value pairs.