Expand description
Aggregate statistics about data stored in persist.
Structs§
- Part-specific stats.
- Statistics about the contents of the parts of a shard as_of some time.
- Statistics about the contents of a shard as_of some time.
Constants§
- Percent of filtered data to opt in to correctness auditing.
- The budget (in bytes) of how many stats to write down per batch part. When the budget is exceeded, stats will be trimmed away according to a variety of heuristics.
- Computes and stores statistics about each batch part.
- Uses previously computed statistics about batch parts to entirely skip fetching them at read time.