pub const SAMPLING_THRESHOLD: usize = 10_000;
Default sampling threshold: datasets >= this size are sampled. Used as fallback when sample_size is None. App uses config value.