summaryrefslogtreecommitdiff
path: root/memtable
AgeCommit message (Expand)Author
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
2016-01-26[directory includes cleanup] Finish removing util->db dependenciesAndrew Kryczka
2015-12-11Enable MS compiler warning c4244.Dmitri Smirnov
2015-11-06Enable C4305 'identifier' : truncation from 'type1' to 'type2'Dmitri Smirnov
2015-10-16Moving memtable related files from util to a new directory memtableVenkatesh Radhakrishnan