Merge branch 'cassandra-4.1' into cassandra-5.0

This commit is contained in:
Stefan Miklosovic 2025-08-08 08:36:56 +02:00
commit 902ef57fa3
No known key found for this signature in database
GPG Key ID: 32F35CB2F546D93E
1 changed files with 6 additions and 0 deletions

View File

@ -181,6 +181,12 @@ by compression meta data.
|TombstoneScannedHistogram |Histogram |Histogram of tombstones scanned
in queries on this table.
|TombstoneWarnings |Counter |Number of tombstone read warnings (reads that scanned more than
tombstone_warn_threshold tombstones).
|TombstoneFailures |Counter |Number of tombstone read failures (reads that scanned more than
tombstone_failure_threshold tombstones).
|LiveScannedHistogram |Histogram |Histogram of live cells scanned in
queries on this table.