Skip to content

Instantly share code, notes, and snippets.

@tgrabiec
Created April 23, 2019 14:12
Show Gist options
  • Save tgrabiec/3fe7b5d019df73445724716e1b0757f7 to your computer and use it in GitHub Desktop.
Save tgrabiec/3fe7b5d019df73445724716e1b0757f7 to your computer and use it in GitHub Desktop.
On disk metadata size:
find /var/lib/scylla/data -name *.db -a ! \( -name "*-Data.db" -o -name "*-Index.db" \) | xargs du -ch
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment