summaryrefslogtreecommitdiff
path: root/db/convenience.cc
AgeCommit message (Expand)Author
2021-05-05Make ImmutableOptions struct that inherits from ImmutableCFOptions and Immuta...mrambacher
2020-05-12sst_dump to reduce number of file reads (#6836)sdong
2020-04-29Fix FilterBench when RTTI=0 (#6732)Derrick Pallas
2020-02-20Replace namespace name "rocksdb" with ROCKSDB_NAMESPACE (#6433)sdong
2019-12-13Introduce a new storage specific Env API (#5761)anand76
2019-08-16Do readahead in VerifyChecksum() (#5713)sdong
2019-06-20Add more callers for table reader. (#5454)haoyuhuang
2019-05-31Organizing rocksdb/db directoryVijay Nadimpalli
2018-11-09Update all unique/shared_ptr instances to be qualified with namespace std (#4...Sagar Vemuri
2018-06-27Pin mmap files in ReadOnlyDB (#4053)Maysam Yabandeh
2018-05-21Move prefix_extractor to MutableCFOptionsZhongyi Xie
2018-01-30Delete files in multiple ranges at onceHuachao Huang
2017-08-09add VerifyChecksum() to db.hAaron G
2017-07-28Replace dynamic_cast<>Siying Dong
2017-07-18Remove some left-over BSD headersSiying Dong
2017-07-15Change RocksDB LicenseSiying Dong
2017-04-27Add GPLv2 as an alternative license.Siying Dong
2017-04-27add GetRootDB() in DeleteFilesInRangeAaron Gao
2017-04-24call GetRootDB() before cast to DBImpl* in CancelAllBackgroundWorkAaron Gao
2016-02-09Updated all copyright headers to the new format.Baraa Hamodi
2015-12-29Delete files in given key rangeVenkatesh Radhakrishnan
2015-07-15move convenience.h out of utilitiesagiardullo