summaryrefslogtreecommitdiff
path: root/src.mk
AgeCommit message (Expand)Author
2019-07-26Block cache simulator: Add pysim to simulate caches using reinforcement learn...haoyuhuang
2019-07-23The ObjectRegistry class replaces the Registrar and NewCustomObjects.… (#5293)Mark Rambacher
2019-07-23Move the uncompression dictionary object out of the block cache (#5584)Levi Tamasi
2019-07-17Export Import sst files (#5495)Venki Pallipadi
2019-07-16Move the filter readers out of the block cache (#5504)Levi Tamasi
2019-07-11Cache simulator: Add a ghost cache for admission control and a hybrid row-blo...haoyuhuang
2019-07-09Implemented a file logger that uses WritableFileWriter (#5491)ggaurav28
2019-07-01Cache simulator: Refactor the cache simulator so that we can add alternative ...haoyuhuang
2019-06-17Support computing miss ratio curves using sim_cache. (#5449)haoyuhuang
2019-06-17Persistent Stats: persist stats history to disk (#5046)Zhongyi Xie
2019-06-11First commit for block cache trace analyzer (#5425)haoyuhuang
2019-06-06Add block cache tracer. (#5410)haoyuhuang
2019-06-03Move util/trace_replay.* to trace_replay/ (#5376)Siying Dong
2019-05-31Move some logging related files to logging/ (#5387)Siying Dong
2019-05-31Organizing rocksdb/db directoryVijay Nadimpalli
2019-05-30move LevelCompactionPicker to a separate file (#5369)Zhongyi Xie
2019-05-30Move some memory related files from util/ to memory/ (#5382)Siying Dong
2019-05-30Organizing rocksdb/table directory by formatVijay Nadimpalli
2019-05-30Move test related files under util/ to test_util/ (#5377)Siying Dong
2019-05-29Move some file related files outside util/ (#5375)Siying Dong
2019-04-30RocksDB CRC32c optimization with ARMv8 Intrinsic (#5221)Yuqi Gu
2019-03-26Support for single-primary, multi-secondary instances (#4899)Yanqin Jin
2019-02-22Add missing functionality to RocksJava (#4833)Adam Retter
2019-02-20add GetStatsHistory to retrieve stats snapshots (#4748)Zhongyi Xie
2019-02-13Remove Lua compaction filter from RocksDB main repo (#4971)Yanqin Jin
2019-02-07Remove cuckoo hash memtable (#4953)Siying Dong
2019-01-10Remove some components (#4101)Siying Dong
2018-12-17Remove v1 RangeDelAggregator (#4778)Abhishek Madan
2018-12-13Concurrent task limiter for compaction thread control (#4332)Burton Li
2018-11-29Move FIFOCompactionPicker to a separate file (#4724)Sagar Vemuri
2018-11-27Add SstFileReader to read sst files (#4717)Huachao Huang
2018-11-21Introduce RangeDelAggregatorV2 (#4649)Abhishek Madan
2018-10-26port folly::JemallocNodumpAllocator (#4534)Yi Wu
2018-10-24Use only "local" range tombstones during Get (#4449)Abhishek Madan
2018-10-17Plumb WriteBufferManager through JNI (#4492)Jigar Bhati
2018-10-08RocksJava: memory_util support (#4446)Ben Clay
2018-09-27Utility to run task periodically in a thread (#4423)Yi Wu
2018-09-17Add RangeDelAggregator microbenchmarks (#4363)Abhishek Madan
2018-08-29Remove trace_analyzer_tool from LIB_SOURCES (#4331)Sagar Vemuri
2018-08-27BlobDB: Implement DisableFileDeletions (#4314)Yi Wu
2018-08-21Adjusted the Makefile of trace_analyzer to isolate the Gflags from other (#4290)Zhichao Cao
2018-08-17Add CompactRangeOptions for Java (#4220)Christian Esken
2018-08-15Improve point-lookup performance using a data block hash index (#4174)Fenggang Wu
2018-08-13RocksDB Trace Analyzer (#4091)Zhichao Cao
2018-08-06BlobDB: Cleanup TTLExtractor interface (#4229)Yi Wu
2018-08-01Trace and Replay for RocksDB (#3837)Sagar Vemuri
2018-07-24DataBlockHashIndex: Standalone Implementation with Unit Test (#4139)Fenggang Wu
2018-07-23move static msgs out of Status class (#4144)Chang Su
2018-07-17Remove managed iteratorSiying Dong
2018-06-28Allow DB resume after background errors (#3997)Anand Ananthabhotla