summaryrefslogtreecommitdiff
path: root/db/db_impl.cc
AgeCommit message (Expand)Author
2017-12-06Preserve overlapping file endpoint invariantAndrew Kryczka
2017-11-02Blob DB: fix snapshot handlingYi Wu
2017-11-02Blob DB: Inline small values in base DBYi Wu
2017-11-02Blob DB: Store blob index as kTypeBlobIndex in base dbYi Wu
2017-11-02Add ValueType::kTypeBlobIndexYi Wu
2017-08-24Fix DropColumnFamily data raceYi Wu
2017-08-18perf_context measure user bytes readAndrew Kryczka
2017-08-09add VerifyChecksum() to db.hAaron G
2017-08-08Try to repair db with wal_dir option, avoid leak some WAL filesChang Liu
2017-08-03Introduce bottom-pri thread pool for large universal compactionsAndrew Kryczka
2017-07-24Add Iterator::Refresh()Siying Dong
2017-07-21Revert "comment out unused parameters"Sagar Vemuri
2017-07-21comment out unused parametersVictor Gao
2017-07-15Change RocksDB LicenseSiying Dong
2017-06-24Optimize for serial commits in 2PCMaysam Yabandeh
2017-06-22Fix Data Race Between CreateColumnFamily() and GetAggregatedIntProperty()Siying Dong
2017-06-05WriteOptions.low_pri which can throttle low pri writes if neededSiying Dong
2017-06-05fixed typohyunwoo
2017-05-31db: avoid `#include`ing malloc and jemalloc simultaneouslyTamir Duberstein
2017-05-19New WriteImpl to pipeline WAL/memtable writeYi Wu
2017-05-17Support ingest_behind for IngestExternalFileMikhail Antonov
2017-05-10Blob storage prAnirban Rahut
2017-05-07Add bulk create/drop column family APIYi Wu
2017-05-04max_open_files dynamic set, follow upLeonidas Galanis
2017-05-03Max open files mutableLeonidas Galanis
2017-04-27Add GPLv2 as an alternative license.Siying Dong
2017-04-26support bulk loading with universal compactionAaron Gao
2017-04-18Add DB:ResetStats()Siying Dong
2017-04-11File level histogram should be printed per CF, not per DBSiying Dong
2017-04-10Reduce the number of params needed to construct DBIterSagar Vemuri
2017-04-07dummy diffIslam AbdelRahman
2017-04-06CMake: more MinGW fixesTamir Duberstein
2017-04-05Move some files under util/ to separate dirsSiying Dong
2017-04-05Divide db/db_impl.ccSiying Dong
2017-04-04Revert "[rocksdb][PR] CMake: more MinGW fixes"Siying Dong
2017-04-04CMake: more MinGW fixesTamir Duberstein
2017-04-04Refactor WriteImpl (pipeline write part 1)Yi Wu
2017-04-03Move auto_roll_logger and filename out of db/Siying Dong
2017-04-03replace sometimes-undefined uint type with unsigned intNikhil Benesch
2017-03-30Option to fail a request as incomplete when skipping too many internal keysSagar Vemuri
2017-03-22make total_log_size_ atomicAaron Gao
2017-03-21Flush triggered by DB write buffer size picks the oldest unflushed CFSiying Dong
2017-03-20dynamic setting of stats_dump_period_sec through SetDBOption()Raza Hussain
2017-03-16Break stalls when no bg work is happeningIslam AbdelRahman
2017-03-15Add macros to include file name and line number during LoggingIslam AbdelRahman
2017-03-13Pinnableslice (2nd attempt)Maysam Yabandeh
2017-03-07Add a memtable-only iteratorSagar Vemuri
2017-03-07fix db_sst_test flakinessLeonidas Galanis
2017-03-06Set logs as getting flushed before releasing lock, race condition fixReid Horuff
2017-03-02sanitize readahead when direct read enabledAaron Gao