SSTable utilities
- sstabledump: Dump the contents of the specified SSTable in JSON format.
- sstableexpiredblockers: A diagnostic tool that reveals blocking SSTables that prevent an SSTable from dropping.
- sstablelevelreset: Resets the level to zero on a set of SSTables.
- sstableloader: Bulk loads external data into a cluster, load existing SSTables into another cluster with a different number of nodes or replication strategy, and restore snapshots.
- sstablemetadata: Utility for printing metadata about a specified SSTable.
- sstableofflinerelevel: Relevels SSTables offline.
- sstablerepairedset: Utility for resetting the level to zero on a given set of SSTables.
- sstablescrub: An offline version of nodetool scrub. It attempts to remove the corrupted parts while preserving non-corrupted data.
- sstablesplit: Splits SSTables files into multiple SSTables of a maximum designated size.
- sstableupgrade: Upgrade the SSTables in the specified snapshot to match the currently installed version of DataStax Enterprise.
- sstableutil: Lists the SSTable files for a designated table.
- sstableverify: Verifies the SSTable for a designated table.