Commit Graph

47 Commits (d88d8ecf807accd403ac0a01db4d6a20e7e80de7)

Author SHA1 Message Date
kailiu 21587760b9 Fixing the warning messages captured under mac os # Consider using `git commit -m 'One line title' && arc diff`. # You will save time by running lint and unit in the background. 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
Vamsi Ponnekanti 6731997f64 [ldb compact is not allowing ttl flag] 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
Dhruba Borthakur 116ec527f2 Renamed 'hybrid_compaction' tp be "Universal Compaction'. 11 years ago
Haobo Xu 92ca816a60 [RocksDB] Support internal key/value dump for ldb 11 years ago
Mayank Agarwal b858da709a Simplify bucketing logic in ldb-ttl 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
Haobo Xu bdf1085944 [RocksDB] cleanup EnvOptions 11 years ago
Dhruba Borthakur 898f79372f Fix valgrind errors introduced by https://reviews.facebook.net/D10863 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 11 years ago
Simon Marlow a8bf8fe504 Integrate the manifest_dump command with ldb 11 years ago
Dhruba Borthakur ad96563b79 Ability to configure bufferedio-reads, filesystem-readaheads and mmap-read-write per database. 11 years ago
Mayank Agarwal a6f4275403 Removing boost from ldb_cmd.cc 11 years ago
Mayank Agarwal 5b278b53ae Fix valgrind errors in rocksdb tests: auto_roll_logger_test, reduce_levels_test 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
Dilip Antony Joseph 11ce6a060e Enhanced ldb to support data access commands 12 years ago
Chip Turner 2fdf91a4f8 Fix a number of object lifetime/ownership issues 12 years ago
Dhruba Borthakur 5b05417df3 Complication error when using gcc 4.7.1. 12 years ago
Zheng Shao 0f762ac573 ldb: Add command "ldb query" to support random read from the database 12 years ago
Zheng Shao dcece4707e ldb: Fix incorrect arg parsing 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 3d9ff0e921 ldb: fix dump command to pad HEX output chars with 0. 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 661dc15721 Fix LDB dumpwal to print the messages as in the file. 12 years ago
Abhishek Kona 30742e1692 LDB can read WAL. 12 years ago
Abhishek Kona b648401adb Fix LDB dumpwal to print the messages as in the file. 12 years ago
Abhishek Kona f5cdf931a0 LDB can read WAL. 12 years ago
heyongqiang c64796fd34 Fix test failure of reduce_num_levels 12 years ago
Dhruba Borthakur 9c6c232e47 Compilation error while compiling with OPT=-g 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