Skip to content

Instantly share code, notes, and snippets.

@JensRantil
Created September 16, 2021 07:53
Show Gist options
  • Save JensRantil/03e16420054291d666274d8a2b4730b4 to your computer and use it in GitHub Desktop.
Save JensRantil/03e16420054291d666274d8a2b4730b4 to your computer and use it in GitHub Desktop.
$ sstabledump ./mykeyspace/mytable/mc-12109-big-Data.db | awk '/key/ {print counter, key;counter=0;key=$0;} /^ / {counter++;}' | sort -n | tail -n 40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment