Skip to main content

DEFAULT_SPAN

Constant DEFAULT_SPAN 

Source
pub const DEFAULT_SPAN: usize = _; // 4_194_304usize
Expand description

How much address space a window reserves when the caller does not say.

Large enough that a column chunk in a scan lands inside it and no remap happens, small enough that a host can hold many of them. It is a default rather than a tuned number, because the measurement that would tune it needs a real scan and there is not one yet.