Details
-
Improvement
-
Status: Resolved
-
Normal
-
Resolution: Fixed
-
None
Description
Multiple users have requested some sort of tool to help identify wide row keys. They get into a situation where they know a wide row/partition has been inserted and it's causing problems for them but they have no idea what the row key is in order to remove it.
Maintaining the widest row key currently encountered and displaying it in cfstats would be one possible approach.
Another would be an offline tool (possibly an enhancement to sstablekeys) to show the number of columns/bytes per key in each sstable. If a tool to aggregate the information at a CF-level could be provided that would be a bonus, but it shouldn't be too hard to write a script wrapper to aggregate them if not.
Attachments
Attachments
Issue Links
- is a parent of
-
CASSANDRA-18498 Add option to sstablepartitions for aggregating stats
- Triage Needed
- is related to
-
CASSANDRA-9643 Warn when an extra-large partition is compacted
- Resolved
-
CASSANDRA-16310 Track top partitions (by size and tombstone count) and display in nodetool tablestats
- Resolved
- relates to
-
CASSANDRA-18500 Add guardrail for partition size
- Resolved
- Testing discovered
-
CASSANDRA-18499 Test Failure: upgrade_through_versions_test.py::TestUpgrade::test_rolling_upgrade_with_internode_ssl
- Resolved
- links to