Created
September 16, 2021 07:53
-
-
Save JensRantil/03e16420054291d666274d8a2b4730b4 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ 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