Skip to content

Instantly share code, notes, and snippets.

@eevans
Created June 28, 2017 19:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save eevans/deeb95fdd719215071b7d45b5a553354 to your computer and use it in GitHub Desktop.
Save eevans/deeb95fdd719215071b7d45b5a553354 to your computer and use it in GitHub Desktop.
for i in `ls *-Data.db`; do echo "$i"; sstablemetadata $i 2>/dev/null |grep -E "(droppable|Level)" | sed "s/^/ /g"; done
mc-4180-big-Data.db
Estimated droppable tombstones: 0.003785197722726573
SSTable Level: 1
mc-4181-big-Data.db
Estimated droppable tombstones: 0.0037300650211197508
SSTable Level: 1
mc-4183-big-Data.db
Estimated droppable tombstones: 0.0037232609147999193
SSTable Level: 1
mc-4184-big-Data.db
Estimated droppable tombstones: 0.00360596045569433
SSTable Level: 1
mc-4186-big-Data.db
Estimated droppable tombstones: 0.003721126528595545
SSTable Level: 1
mc-4187-big-Data.db
Estimated droppable tombstones: 0.0037922407293166085
SSTable Level: 1
mc-4189-big-Data.db
Estimated droppable tombstones: 0.0035805897673257723
SSTable Level: 1
mc-4191-big-Data.db
Estimated droppable tombstones: 0.0035988815472155046
SSTable Level: 1
mc-4192-big-Data.db
Estimated droppable tombstones: 0.0036263201039962406
SSTable Level: 1
mc-4194-big-Data.db
Estimated droppable tombstones: 0.003617747856205839
SSTable Level: 1
mc-9625-big-Data.db
Estimated droppable tombstones: 2.488347807356911
SSTable Level: 0
mc-9626-big-Data.db
Estimated droppable tombstones: 2.1804726368159204
SSTable Level: 0
mc-9627-big-Data.db
Estimated droppable tombstones: 2.1834019204389574
SSTable Level: 0
mc-9628-big-Data.db
Estimated droppable tombstones: 0.0
SSTable Level: 0
mc-9629-big-Data.db
Estimated droppable tombstones: 2.194392523364486
SSTable Level: 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment