Commit Graph

277 Commits (3e4a9ec2413aa39ae550dded6fa75d3a601d748b)

Author SHA1 Message Date
Xing Jin 8a5341ec7d Newbie code question 11 years ago
Dhruba Borthakur 289efe9922 Update statistics only if needed. 11 years ago
Dhruba Borthakur 7cb8d462d5 Rename PickCompactionHybrid to PickCompactionUniversal. 11 years ago
Dhruba Borthakur 116ec527f2 Renamed 'hybrid_compaction' tp be "Universal Compaction'. 11 years ago
Dhruba Borthakur 47c4191fe8 Reduce write amplification by merging files in L0 back into L0 11 years ago
Dhruba Borthakur 554c06dd18 Reduce write amplification by merging files in L0 back into L0 11 years ago
Abhishek Kona 00124683de [rocksdb] do not trim range for level0 in manual compaction 11 years ago
Haobo Xu bdf1085944 [RocksDB] cleanup EnvOptions 11 years ago
Dhruba Borthakur e673d5d26d Do not submit multiple simultaneous seek-compaction requests. 11 years ago
Abhishek Kona d91b42ee27 [Rocksdb] Measure all FSYNC/SYNC times 11 years ago
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