Commit Graph

86 Commits (ee522d0032eb5470e2b76841eb2a0cead5aa5bd8)

Author SHA1 Message Date
Haobo Xu ab8d2f6ab2 [RocksDB] [Performance] Allow different posix advice to be applied to the same table file 11 years ago
Dhruba Borthakur d1aaaf718c Ability to set different size fanout multipliers for every level. 11 years ago
Dhruba Borthakur a8d3aa2c26 Assertion failure for L0-L1 compactions. 11 years ago
Haobo Xu 05e8854085 [Rocksdb] Support Merge operation in rocksdb 11 years ago
Dhruba Borthakur 9b81d3c406 Simplified level_ptrs by using a std:vector 11 years ago
Haobo Xu 013e9ebbf1 [RocksDB] [Performance] Speed up FindObsoleteFiles 11 years ago
Dhruba Borthakur ad96563b79 Ability to configure bufferedio-reads, filesystem-readaheads and mmap-read-write per database. 11 years ago
Mayank Agarwal 487168cdcf Fixed sign-comparison in rocksdb code-base and fixed Makefile 11 years ago
Abhishek Kona 7b9db9c98e DO not report level size as zero when there are no files in L0 11 years ago
Dhruba Borthakur ebf16f57c9 Prevent segfault because SizeUnderCompaction was called without any locks. 11 years ago
Dhruba Borthakur 6d812b6afb A mechanism to detect manifest file write errors and put db in readonly mode. 11 years ago
Mark Callaghan 993543d1be Add rate_delay_limit_milliseconds 11 years ago
Abhishek Kona c41f1e995c Codemod NULL to nullptr 11 years ago
Dhruba Borthakur fd367e677e Fix unit test failure in db_filename.cc 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
Chip Turner 9bbcab57a9 Fix broken build 12 years ago
Kosie van der Merwe 28fe86c48a Fixed bug with seek compactions on Level 0 12 years ago
Chip Turner c0cb289d57 Various build cleanups/improvements 12 years ago
Mark Callaghan 2ba125faf6 fix warning for unused variable 12 years ago
Abhishek Kona 85ad13be1a Port fix for Leveldb manifest writing bug from Open-Source 12 years ago
Dhruba Borthakur d7d43ae21a ExtendOverlappingInputs too slow for large databases. 12 years ago
Zheng Shao c28097538a manifest_dump: Add --hex=1 option 12 years ago
Dhruba Borthakur c847a31727 Print compaction score for every compaction run. 12 years ago
Abhishek Kona d29f181923 Fix all the lint errors. 12 years ago
Dhruba Borthakur 2a39699900 Assertion failure while running with unit tests with OPT=-g 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 3754f2f4ff A major bug that was not considering the compaction score of the n-1 level. 12 years ago
Dhruba Borthakur dde70898a1 Fix asserts 12 years ago
Dhruba Borthakur 48dafb2c59 Fix compilation error introduced by previous commit 12 years ago
Dhruba Borthakur 7889e09455 Enhance manifest_dump to print each individual edit. 12 years ago
Dhruba Borthakur 4b622ab0f2 Enhance manifest_dump to print each individual edit. 12 years ago
Dhruba Borthakur 43d9a8225a Fix asserts so that "make check OPT=-g" works on performance branch 12 years ago
Dhruba Borthakur 95dda37858 Move filesize-based-sorting to outside the Mutex 12 years ago
Dhruba Borthakur 9b87a2bae8 Avoid doing a exhaustive search when looking for overlapping files. 12 years ago
Dhruba Borthakur aa42c66814 Fix all warnings generated by -Wall option to the compiler. 12 years ago
Dhruba Borthakur cb7a00227f The method GetOverlappingInputs should use binary search. 12 years ago
heyongqiang f1a7c735b5 fix complie error 12 years ago
heyongqiang d55c2ba305 Add a tool to change number of levels 12 years ago
Dhruba Borthakur 5b0fe6c73b Greedy algorithm for picking files to compact. 12 years ago
Dhruba Borthakur 8fb5f40468 firstIndex fix for multi-threaded compaction code. 12 years ago
heyongqiang 5010daa7a8 add "seek_compaction" to log for better debug Summary: 12 years ago
Dhruba Borthakur 1ca0584345 This is the mega-patch multi-threaded compaction 12 years ago
Dhruba Borthakur c1bb32e1ba Trigger read compaction only if seeks to storage are incurred. 12 years ago
Dhruba Borthakur 24eea931ef If ReadCompaction is switched off, then it is better to not even submit background compaction jobs. 12 years ago
Dhruba Borthakur ae36e509f8 The BackupAPI should also list the length of the manifest file. 12 years ago
Dhruba Borthakur bb2dcd2457 Segfault in DoCompactionWork caused by buffer overflow 12 years ago
heyongqiang a8464ed820 add an option to disable seek compaction 12 years ago
Dhruba Borthakur ba55d77b5d Ability to take a file-lvel snapshot from leveldb. 12 years ago