Commit Graph

845 Commits (f02c708aa32829bbbd70aa3493af8444e76e4350)

Author SHA1 Message Date
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
Dhruba Borthakur fe93631678 Clean up compiler warnings generated by -Wall option. 12 years ago
heyongqiang a4f9b8b49e merge 1.5 12 years ago
heyongqiang d3759ca121 fix db_test error with scribe logger turned on 12 years ago
Dhruba Borthakur fc20273e73 Introduce a new method Env->Fsync() that issues fsync (instead of fdatasync). 12 years ago
heyongqiang 1de83cc2ac add more logs 12 years ago
heyongqiang 64219276f0 sst_dump tool 12 years ago
heyongqiang 1c99b0a6b3 add more logs 12 years ago
Dhruba Borthakur f3ee54526f Utility to dump manifest contents. 12 years ago
heyongqiang af6fa308b0 regression for trigger compaction logic 12 years ago
heyongqiang 21082fa13c regression for trigger compaction logic 12 years ago
heyongqiang 6ba1f17789 adding a scribe logger in leveldb to log leveldb deploy stats 12 years ago
Dhruba Borthakur 2aa514ec8c Utility to dump manifest contents. 12 years ago
heyongqiang 680e571c4c add compaction log Summary: 12 years ago
heyongqiang 4e4b6812ff Make some variables configurable for each db instance 12 years ago
Sanjay Ghemawat 85584d497e Added bloom filter support. 12 years ago
Sanjay Ghemawat 239ac9d2de avoid very large compactions; fix build on Linux 13 years ago
Hans Wennborg 36a5f8ed7f A number of fixes: 13 years ago
Gabor Cselle 299ccedfec A number of bugfixes: 13 years ago
gabor@google.com 7263023651 Bugfixes: for Get(), don't hold mutex while writing log. 13 years ago
dgrogan@chromium.org a05525d13b @23023120 13 years ago
gabor@google.com 60bd8015f2 Speed up Snappy uncompression, new Logger interface. 13 years ago
gabor@google.com 6872ace901 Sun Studio support, and fix for test related memory fixes. 13 years ago
gabor@google.com 6699c7ebe6 Small tweaks and bugfixes for Issue 18 and 19. 13 years ago
gabor@google.com ccf0fcd5c2 A number of smaller fixes and performance improvements: 13 years ago
dgrogan@chromium.org da79909507 sync with upstream @ 21409451 13 years ago