Commit Graph

270 Commits (58e1956d50224175299dc50b6bea9b22cbda884f)

Author SHA1 Message Date
Dilip Antony Joseph 11ce6a060e Enhanced ldb to support data access commands 12 years ago
Chip Turner 0b83a83191 Fix poor error on num_levels mismatch and few other minor improvements 12 years ago
Chip Turner 772f75b3fb Stop continually re-creating build_version.c 12 years ago
Chip Turner 3dafdfb2c4 Use fallocate to prevent excessive allocation of sst files and logs 12 years ago
Chip Turner 2fdf91a4f8 Fix a number of object lifetime/ownership issues 12 years ago
Abhishek Kona 7d5a4383bb rollover manifest file. 12 years ago
Chip Turner a2dcd79c1e Add optional clang compile mode 12 years ago
Kosie van der Merwe 4d339d7462 Fixed memory leak in ShardedLRUCache 12 years ago
Kosie van der Merwe d6e873f22f Added clearer error message for failure to create db directory in DBImpl::Recover() 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
Abhishek Kona 1aae609b92 Use CRC32 ss42 instruction. Load it dynamically. 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
Dhruba Borthakur 38671c4d54 Fix a race condition while processing tasks by background threads. 12 years ago
Zheng Shao 768edfaaed ldb: Add compression and bloom filter options. 12 years ago
Kosie van der Merwe f69e9f3e04 Fixed off by 1 in tests. 12 years ago
Kosie van der Merwe 0eb0c9bb82 Added methods to write small ints to bit streams. 12 years ago
sheki d4627e6de4 Move WAL files to archive directory, instead of deleting. 12 years ago
Abhishek Kona d29f181923 Fix all the lint errors. 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
Dhruba Borthakur 7632fdb5cb Support taking a configurable number of files from the same level to compact in a single compaction run. 12 years ago
Dhruba Borthakur fbb73a4ac3 Support to disable background compactions on a database. 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
Dhruba Borthakur 5d16e503a6 Improved CompactionFilter api: pass in a opaque argument to CompactionFilter invocation. 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
Dhruba Borthakur 5273c81483 Ability to invoke application hook for every key during compaction. 12 years ago
heyongqiang d55c2ba305 Add a tool to change number of levels 12 years ago
amayank 854c66b089 Make compression options configurable. These include window-bits, level and strategy for ZlibCompression 12 years ago
heyongqiang 3096fa7534 Add two more options: disable block cache and make table cache shard number configuable 12 years ago
Dhruba Borthakur 321dfdc3ae Allow having different compression algorithms on different levels. 12 years ago
Mark Callaghan 70c42bf05f Adds DB::GetNextCompaction and then uses that for rate limiting db_bench 12 years ago
Kai Liu 8965c8d0b9 Add the missing util/auto_split_logger.h 12 years ago
Kai Liu d50f8eb603 Enable LevelDb to create a new log file if current log file is too large. 12 years ago
Dhruba Borthakur cf5adc8016 db_bench was not correctly initializing the value for delete_obsolete_files_period_micros option. 12 years ago
Dhruba Borthakur 1ca0584345 This is the mega-patch multi-threaded compaction 12 years ago
Dhruba Borthakur aa73538f2a The deletion of obsolete files should not occur very frequently. 12 years ago
Dhruba Borthakur f7975ac733 Implement RowLocks for assoc schema 12 years ago
Dhruba Borthakur c1006d4276 An configurable option to write data using write instead of mmap. 12 years ago
Dhruba Borthakur a58d48de79 Implement ReadWrite locks for leveldb 12 years ago