tolbertam / sstable-tools

Tools for parsing, creating and doing other fun stuff with sstables
Apache License 2.0
162 stars 31 forks source link

Allow glob patterns on sstables #29

Closed clohfink closed 8 years ago

clohfink commented 8 years ago

when providing sstables allow globs instead of only allowing 1 sstable. Useful to pull in all results from a data directory. i.e.

sstable-tools select count(*) from data/keyspace/table/ma-*-Data.db where user = 1
clohfink commented 8 years ago

in console branch we can set a directory and it will use all sstables in it