summaryrefslogtreecommitdiff
path: root/db/version_builder.cc
AgeCommit message (Expand)Author
2019-03-26Support for single-primary, multi-secondary instances (#4899)Yanqin Jin
2018-12-28Preload some files even if options.max_open_files (#3340)Siying Dong
2018-09-14VersionBuilder: optmize SaveTo() to linear time. (#4366)JiYou
2018-08-20Two code changes to make "clang analyze" happy (#4292)Siying Dong
2018-07-27Remove random writes from SST file ingestion (#4172)Yanqin Jin
2018-06-15Delay verify compaction output table (#3979)奏之章
2018-05-21Move prefix_extractor to MutableCFOptionsZhongyi Xie
2018-03-08Fix some typos in comments and docs.Bruce Mitchener
2018-03-05Comment out unused variablesAndrew Kryczka
2018-02-22Back out "[codemod] - comment out unused parameters"Igor Sugak
2018-02-22- comment out unused parametersDavid Lai
2017-12-07Fix coverity issues version, write_batchPrashant D
2017-10-17VersionBuilder: Erase with iterators for better performanceChangli Gao
2017-08-24Allow DB reopen with reduced options.num_levelsYi Wu
2017-07-21Revert "comment out unused parameters"Sagar Vemuri
2017-07-21comment out unused parametersVictor Gao
2017-07-15Change RocksDB LicenseSiying Dong
2017-04-27Add GPLv2 as an alternative license.Siying Dong
2017-02-06Windows threadDmitri Smirnov
2016-12-16gcc-7 requires include <functional> for std::functionDaniel Black
2016-10-20Support IngestExternalFile (remove AddFile restrictions)Islam AbdelRahman
2016-10-07Support running consistency checks in release modeIslam AbdelRahman
2016-07-20Only cache level 0 indexes and filter when opening table readeromegaga
2016-04-01Adding pin_l0_filter_and_index_blocks_in_cache feature and related fixes.Marton Trencseni
2016-02-09Updated all copyright headers to the new format.Baraa Hamodi
2015-12-15Fix minor bugs in delete operator, snprintf, and size_t usageGunnar Kudrjavets
2015-12-07EstimatedNumKeys Counter InaccurateSherlockNoMad
2015-10-30Update DB::AddFile() to have less restrictionsIslam AbdelRahman
2015-10-19Log more information for the add file with overlapping range failuresdong
2015-09-02Bug fix: table readers created by TableCache::Get() doesn't have latency hist...sdong
2015-08-11Parallelize LoadTableHandlersIslam AbdelRahman
2015-02-06Fix deleting obsolete filesIgor Canadi
2015-01-07VersionBuilder to optimize for applying a later edit deleting files added by ...sdong
2014-12-22Speed up FindObsoleteFiles()Igor Canadi
2014-12-12Add an assert and avoid std::sort(autovector) to investigate an ASAN issuesdong
2014-12-10VersionBuilder to use unordered set and map to store added and deleted filessdong
2014-11-13Move NeedsCompaction() from VersionStorageInfo to CompactionPickerYueh-Hsuan Chiang
2014-11-04Enforce naming convention of getters in version_set.hsdong
2014-10-31Move VersionBuilder logic to a separate .cc filesdong