summaryrefslogtreecommitdiff
path: root/memtable
AgeCommit message (Expand)Author
2020-06-04Fix more defects reported by Coverity Scan (#6935)Peter Dillinger
2020-04-20C++20 compatibility (#6697)Peter Dillinger
2020-04-01Fix a bug that crashes the service when write buffer manager fails to insert ...sdong
2020-02-20Replace namespace name "rocksdb" with ROCKSDB_NAMESPACE (#6433)sdong
2019-10-24Misc hashing updates / upgrades (#5909)Peter Dillinger
2019-09-16Charge block cache for cache internal usage (#5797)Maysam Yabandeh
2019-09-12Add insert hints for each writebatch (#5728)Lingjing You
2019-09-11Use delete to disable automatic generated methods. (#5009)Shylock Hg
2019-06-06simplify include directive involving inttypes (#5402)Zhongyi Xie
2019-05-30Move some memory related files from util/ to memory/ (#5382)Siying Dong
2019-05-30Move test related files under util/ to test_util/ (#5377)Siying Dong
2019-04-16WriteBufferManager's dummy entry size to block cache 1MB -> 256KB (#5175)Siying Dong
2019-04-08Consolidate hash function used for non-persistent data in a new function (#5155)Siying Dong
2019-02-14Apply modernize-use-override (2nd iteration)Michael Liu
2019-02-07Remove cuckoo hash memtable (#4953)Siying Dong
2018-11-18WriteBufferManger doens't cost to cache if no limit is set (#4695)Siying Dong
2018-11-09Update all unique/shared_ptr instances to be qualified with namespace std (#4...Sagar Vemuri
2018-10-23Small issues (#4564)jsteemann
2018-08-21Suppress clang analyzer error (#4299)Yi Wu
2018-05-30Remove tests from ROCKSDB_VALGRIND_RUNSiying Dong
2018-05-17Reorder field based on esan dataXin Tong
2018-04-20Fix GitHub issue #3716: gcc-8 warningsprzemyslaw.skibinski@percona.com
2018-04-12comment unused parameters to turn on -Wunused-parameter flagDavid Lai
2018-03-23InlineSkiplist: don't decode keys unnecessarily during comparisonsRadoslaw Zarzynski
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
2018-02-15Unbreak MemTableRep API changeMaysam Yabandeh
2018-01-31WritePrepared Txn: Duplicate Keys, Memtable partMaysam Yabandeh
2017-12-01fix gflags namespaceAndrew Kryczka
2017-10-19Enable MSVC W4 with a few exceptions. Fix warnings and bugsDmitri Smirnov
2017-10-04Added CPU prefetch for skiplistAdam Kupczyk
2017-09-07Fix CLANG AnalyzeSiying Dong
2017-08-03Introduce bottom-pri thread pool for large universal compactionsAndrew Kryczka
2017-07-21Revert "comment out unused parameters"Sagar Vemuri
2017-07-21comment out unused parametersVictor Gao
2017-07-15Change RocksDB LicenseSiying Dong
2017-06-21WriteBufferManager will not trigger flush if much data is already being flushedSiying Dong
2017-06-02Improve write buffer manager (and allow the size to be tracked in block cache)Siying Dong
2017-06-02Pass CF ID to MemTableRepFactoryAndrew Kryczka
2017-04-27Add GPLv2 as an alternative license.Siying Dong
2017-04-21AIX and Solaris Sparc SupportTomas Kolda
2017-04-06Move memtable related files into memtable directoryYi Wu
2017-04-05Move some files under util/ to separate dirsSiying Dong
2017-04-04update IterKey that can get user key and internal key explicitlyAaron Gao
2016-11-22Unified InlineSkipList::Insert algorithm with hintingYi Wu
2016-11-13Optimize sequential insert into memtable - Part 1: InterfaceYi Wu
2016-09-27Add SeekForPrev() to IteratorAaron Gao
2016-02-09Updated all copyright headers to the new format.Baraa Hamodi
2016-02-05Explictly fail when memtable doesn't support concurrent insertsdong