Commit Graph

43 Commits (da8ff9ff896ee4af400c4083c9f78eaf86576457)

Author SHA1 Message Date
Igor Canadi 0ff183a0d9 Move include/utilities/*.h to include/rocksdb/utilities/*.h 10 years ago
Yueh-Hsuan Chiang 82c31792d0 Revert the default setting of InitFromCmdLineArgs(). 10 years ago
Yueh-Hsuan Chiang e5e6f55bd1 Fix compile error caused in LDB tool 10 years ago
Haobo Xu dfb31d152d [RocksDB] allow LDB tool to have customized key formatter 10 years ago
Igor Canadi f868dcbbed Support for adding TTL-ed column family 11 years ago
Igor Canadi 23c8f89b57 Revert "Don't compile ldb tool into static library" 11 years ago
Igor Canadi e296577ef6 Don't compile ldb tool into static library 11 years ago
Yiting Li 7981a43274 Consistency Check Function 11 years ago
Igor Canadi 492c9f71c6 [CF] Column family support for LDB tool 11 years ago
Piyush Garg 1e4375d2ef Task #3071144 Enhance ldb (db dump tool for leveldb) to report row counters for each row type 11 years ago
Dhruba Borthakur 9cd221094c Add appropriate LICENSE and Copyright message. 11 years ago
Dhruba Borthakur 4463b11cad Migrate names of properties from 'leveldb' prefix to 'rocksdb' prefix. 11 years ago
Dhruba Borthakur a143ef9b38 Change namespace from leveldb to rocksdb 11 years ago
Xing Jin 42c109cc2e New ldb command to convert compaction style 11 years ago
Dhruba Borthakur 1186192ed1 Replace include/leveldb with include/rocksdb. 11 years ago
Haobo Xu 3a3b1c3e6c [RocksDB] Improve manifest dump to print internal keys in hex for version edits. 11 years ago
Mayank Agarwal 1d7b4765c3 Expose base db object from ttl wrapper 11 years ago
Haobo Xu 92ca816a60 [RocksDB] Support internal key/value dump for ldb 11 years ago
Mayank Agarwal 61f1baaedf Introducing timeranged scan, timeranged dump in ldb. Also the ability to count in time-batches during Dump 11 years ago
Dhruba Borthakur d1aaaf718c Ability to set different size fanout multipliers for every level. 11 years ago
Mayank Agarwal 8a48410f09 Enhance the ldb tool to support ttl databases 11 years ago
Abhishek Kona dae7379050 [RocksDB] Expose LDB functioanality as a library call - clients can build their own LDB binary with additional options 12 years ago
Simon Marlow a8bf8fe504 Integrate the manifest_dump command with ldb 12 years ago
Mayank Agarwal f04cc368f7 Fixing a careless mistake in ldb 12 years ago
Mayank Agarwal a78fb5e8bc Doing away with boost in ldb_cmd.h 12 years ago
Zheng Shao 7b43500794 [RocksDB] Add bulk_load option to Options and ldb 12 years ago
Abhishek Kona 9bf91c74b8 ldb waldump to print the keys along with other stats + NULL to nullptr in ldb_cmd.cc 12 years ago
amayank b2c50f1c3f Fix for the weird behaviour encountered by ldb Get where it could read only the second-latest value 12 years ago
amayank f3901e0647 Revert "Fix for the weird behaviour encountered by ldb Get where it could read only the second-latest value" 12 years ago
amayank 4c696ed001 Fix for the weird behaviour encountered by ldb Get where it could read only the second-latest value 12 years ago
Dilip Antony Joseph 11ce6a060e Enhanced ldb to support data access commands 12 years ago
Zheng Shao 0f762ac573 ldb: Add command "ldb query" to support random read from the database 12 years ago
Zheng Shao 70f0f50731 ldb: file_size and write_buffer_size options. 12 years ago
Zheng Shao be9b862d47 ldb: add "ldb load" command 12 years ago
Zheng Shao 7dc8bb710e ldb: support --block_size=<4096|65536|...> and --auto_compaction=<0|1> 12 years ago
Zheng Shao 768edfaaed ldb: Add compression and bloom filter options. 12 years ago
Chip Turner 6caf3b8e4b Fix broken test; some ldb commands can run without a db_ 12 years ago
Chip Turner 879e45eb99 Fix ldb segfault and use static libsnappy for all builds 12 years ago
Abhishek Kona 30742e1692 LDB can read WAL. 12 years ago
Abhishek Kona f5cdf931a0 LDB can read WAL. 12 years ago
heyongqiang 20d18a89a3 disable size compaction in ldb reduce_levels and added compression and file size parameter to it 12 years ago
Dhruba Borthakur aa42c66814 Fix all warnings generated by -Wall option to the compiler. 12 years ago
heyongqiang d55c2ba305 Add a tool to change number of levels 12 years ago