On Thu, Nov 20, 2014 at 10:29 AM, Stephane Legay <[email protected]> wrote:
> How should I go about inspecting SSTables? > sstable2json (which comes with cassandra, generally, but is packaged separately these days) checksstablegarbage (from pythian tools, which might help you understand how much redundant data you have) As a note, you could try running a major compaction and see how much of the data is actually redundant or masked... or grep for compaction percentages in the logs pre-and-post repair. =Rob
