pub const DEFAULT_PROBE_CAP: usize = 10_000;Expand description
Default cap on the counting probe.
The probe costs a fraction of what it prices, and the cap is what bounds
that fraction. Above it the planner knows only “more than the cap”, which is
already enough to reject PreFilterCTE.