summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2019-01-23Allow full merge when root of history for a key is reached (#4909)Dmitry Fink
2019-01-23Cache dictionary used for decompressing data blocks (#4881)Andrew Kryczka
2019-01-23Make compaction_pri = kMinOverlappingRatio to be default (#4911)Siying Dong
2019-01-16Use chrono::time_point instead of time_t (#4868)Yanqin Jin
2019-01-10Remove some components (#4101)Siying Dong
2019-01-09Initialize two members in PerfContext (#4859)Yanqin Jin
2019-01-03tools: use provided options instead of the default (#4839)Huachao Huang
2018-12-26Fix typos in comments (#4819)Max
2018-12-21Add a new per level counter for block cache hit (#4796)Alexander Zinoviev
2018-12-20Introduce a CPU time counter in perf_context (#4741)Siying Dong
2018-12-19Fix Windows broken build error due to non-const override (#4798)Adam Retter
2018-12-17Support setting options on column families via C bindings (#4785)Roman Zeyde
2018-12-14Add `getMin`, `getMax`, `getCount`, `getSum` to `HistogramData` class object....Adam Singer
2018-12-14Synchronize ticker and histogram metrics for Java API (#4733)Adam Singer
2018-12-13Get `CompactionJobInfo` from CompactFilesDorianZheng
2018-12-13Concurrent task limiter for compaction thread control (#4332)Burton Li
2018-12-11Expose column family id to `FlushJobInfo`DorianZheng
2018-12-10Fix inline comments for assumed_tracked (#4762)Maysam Yabandeh
2018-12-07Add PerfContext counters for index/filter block cache stats (#4540)Anand Ananthabhotla
2018-12-06Extend Transaction::GetForUpdate with do_validate (#4680)Maysam Yabandeh
2018-12-03Revert "BaseDeltaIterator: always check valid() before accessing key(… (#4744)Zhongyi Xie
2018-11-30BaseDeltaIterator: always check valid() before accessing key() (#4702)Zhongyi Xie
2018-11-30Make NewBloomFilterPolicy() use full filter by default (#4735)Siying Dong
2018-11-29JemallocNodumpAllocator: option to limit tcache memory usage (#4736)Yi Wu
2018-11-27Add the max trace file size limitation option to Tracing (#4610)Zhichao Cao
2018-11-27Add SstFileReader to read sst files (#4717)Huachao Huang
2018-11-27Remove DeleteRange experimental comment (#4709)Abhishek Madan
2018-11-27Test mapping of Histograms and HistogramsNameMap (#4720)Adam Singer
2018-11-26FIX #3278: Move global const object definitions from .h to .cc (#4691)Soli
2018-11-24Revert "apply ReadOptions.iterate_upper_bound to transaction iterator… (#4705)Zhongyi Xie
2018-11-21Revert "Move MemoryAllocator option from Cache to BlockBasedTableOpti… (#4697)Yi Wu
2018-11-20Fix compatibility of public ticker stats (#4701)Andrew Kryczka
2018-11-18WriteBufferManger doens't cost to cache if no limit is set (#4695)Siying Dong
2018-11-16Fix uninitialized fields in file metadata (#4693)Andrew Kryczka
2018-11-14Fix ignoring params in default impl of GetForUpdate (#4679)Maysam Yabandeh
2018-11-13Remove two variables from BlockContents class and don't use class Block for c...Siying Dong
2018-11-13apply ReadOptions.iterate_upper_bound to transaction iterator (#4656)Zhongyi Xie
2018-11-13Move MemoryAllocator option from Cache to BlockBasedTableOptions (#4676)Yi Wu
2018-11-13Expose num entries and deletions of sst files (#4623)QingpingWang
2018-11-13Divide `NO_ITERATORS` into two counters `NO_ITERATOR_CREATED` and `NO_ITERATO...Soli Como
2018-11-13use per-level perfcontext for DB::Get calls (#4617)Zhongyi Xie
2018-11-12Update history and version for future 5.18 release.Fosco Marotto
2018-11-09Update documentation about dynamic options (#4653)Sagar Vemuri
2018-11-09Update all unique/shared_ptr instances to be qualified with namespace std (#4...Sagar Vemuri
2018-11-05Add DB property for SST files kept from deletion (#4618)Andrew Kryczka
2018-11-01xxhash 64 supportBo Hou
2018-10-30Promote rocksdb.{deleted.keys,merge.operands} to main table properties (#4594)Abhishek Madan
2018-10-26port folly::JemallocNodumpAllocator (#4534)Yi Wu
2018-10-26Enable atomic flush (#4023)Yanqin Jin
2018-10-26s/CacheAllocator/MemoryAllocator/g (#4590)Yi Wu