rocksdb/tools
Abhishek Kona fec81318b0 Commandline tool to compace LevelDB databases.
Summary:
A simple CLI which calles DB->CompactRange()
Can take String key's as range.

Test Plan:
Inserted data into a table.
Waited for a minute, used compact tool on it. File modification time's
changed so Compact did something on the files.

Existing unit tests work.

Reviewers: heyongqiang, dhruba

Reviewed By: dhruba

Differential Revision: https://reviews.facebook.net/D5697
2012-10-01 10:49:19 -07:00
..
shell Titile: a command line shell to read/write data from a leveldb thrift server 2012-08-23 09:41:05 -07:00
ldb.cc Commandline tool to compace LevelDB databases. 2012-10-01 10:49:19 -07:00
manifest_dump.cc Fix compiler warnings. Use uint64_t instead of uint. 2012-09-12 14:42:36 -07:00
sst_dump.cc Clean up compiler warnings generated by -Wall option. 2012-08-29 14:24:51 -07:00