Module stats

Source
Expand description

Aggregate statistics about data stored in persist.

Structsยง

SnapshotPartStats
Part-specific stats.
SnapshotPartsStats
Statistics about the contents of the parts of a shard as_of some time.
SnapshotStats
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 ๐Ÿ”’