Skip to main content

SLICE_SIZE

Constant SLICE_SIZE 

Source
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.