Constant mz_persist_client::stats::STATS_COLLECTION_ENABLED

source ยท
pub(crate) const STATS_COLLECTION_ENABLED: Config<bool>;
Expand description

Computes and stores statistics about each batch part.

These can be used at read time to entirely skip fetching a part based on its statistics. See STATS_FILTER_ENABLED.