tolbertam / sstable-tools

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

Investigate zero config reads #7

Closed clohfink closed 8 years ago

clohfink commented 8 years ago

See if we can get enough information from sstable (ie SerializationHeader in Statistics.db) to build the CFMetaData so we dont need the CQL create statements/thrift/read system tables/etc.

clohfink commented 8 years ago

fixed in PR #15