pub const SLICE_SIZE: u64 = 4096;Expand description
How many indices one slice covers.
Redis’s AR_SLICE_SIZE_DEFAULT, and unlike Redis it is not configurable,
because the two settings either side of the default were not worth a branch
in slice_of and nobody has ever reported tuning them.