Commit Graph

83 Commits (da8ff9ff896ee4af400c4083c9f78eaf86576457)

Author SHA1 Message Date
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
Dhruba Borthakur ad96563b79 Ability to configure bufferedio-reads, filesystem-readaheads and mmap-read-write per database. 12 years ago
Mayank Agarwal a6f4275403 Removing boost from ldb_cmd.cc 12 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