Expand description
Aggregate statistics about data stored in persist.
Structsยง
- Snapshot
Part Stats - Part-specific stats.
- Snapshot
Parts Stats - Statistics about the contents of the parts of a shard as_of some time.
- Snapshot
Stats - Statistics about the contents of a shard as_of some time.
Constantsยง
- STATS_
AUDIT_ PANIC - See description for usage.
- STATS_
AUDIT_ ๐PERCENT - Percent of filtered data to opt in to correctness auditing.
- STATS_
BUDGET_ ๐BYTES - 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.
- STATS_
COLLECTION_ ๐ENABLED - Computes and stores statistics about each batch part.
- STATS_
FILTER_ ENABLED - Uses previously computed statistics about batch parts to entirely skip fetching them at read time.
- STATS_
UNTRIMMABLE_ ๐COLUMNS_ EQUALS - STATS_
UNTRIMMABLE_ ๐COLUMNS_ PREFIX - STATS_
UNTRIMMABLE_ ๐COLUMNS_ SUFFIX
Functionsยง
- untrimmable_
columns ๐