summaryrefslogtreecommitdiff
path: root/utilities/simulator_cache
AgeCommit message (Expand)Author
2024-03-04Run internal cpp modernizer on RocksDB repo (#12398)yuzhangyu@fb.com
2023-12-29Group SST write in flush, compaction and db open with new stats (#11910)Hui Xiao
2023-09-21Support compressed and local flash secondary cache stacking (#11812)anand76
2023-05-17Change internal headers with duplicate names (#11408)Peter Dillinger
2023-03-17HyperClockCache support for SecondaryCache, with refactoring (#11301)Peter Dillinger
2023-02-09Put Cache and CacheWrapper in new public header (#11192)Peter Dillinger
2023-01-11Major Cache refactoring, CPU efficiency improvement (#10975)Peter Dillinger
2022-10-21Refactor block cache tracing APIs (#10811)akankshamahajan
2022-10-18Print stack traces on frozen tests in CI (#10828)Peter Dillinger
2022-07-06Have Cache use Status::MemoryLimit (#10262)Peter Dillinger
2022-05-06Remove own ToString() (#9955)sdong
2022-03-22Update Cache::Release param from force_erase to erase_if_last_ref (#9728)gitbw95
2022-01-10Fix flaky SimCacheTest.SimCacheLogging (#9373)Jay Zhuang
2021-08-11Make TraceRecord and Replayer public (#8611)Merlin Mao
2021-07-23Fix a minor issue with initializing the test path (#8555)Drewryz
2021-07-16Don't hold DB mutex for block cache entry stat scans (#8538)Peter Dillinger
2021-05-19Use deleters to label cache entries and collect stats (#8297)Peter Dillinger
2021-05-13Initial support for secondary cache in LRUCache (#8271)anand76
2021-05-11New Cache API for gathering statistics (#8225)Peter Dillinger
2021-01-28Remove Legacy and Custom FileWrapper classes from header files (#7851)mrambacher
2020-09-14Bring the Configurable options together (#5753)mrambacher
2020-08-24Add some simulator cache and block tracer tests to ASSERT_STATUS_CHECKED (#7305)mrambacher
2020-08-17Whole DBTest to skip fsync (#7274)sdong
2020-07-02Revert "Whole DBTest to skip fsync (#7049)" (#7070)Peter Dillinger
2020-07-01Whole DBTest to skip fsync (#7049)sdong
2020-04-20Fix tabs and lint-ignores (#6734)Peter Dillinger
2020-03-31Revert the recent cache deleter change (#6620)Levi Tamasi
2020-03-26Use function objects as deleters in the block cache (#6545)Levi Tamasi
2020-02-20Replace namespace name "rocksdb" with ROCKSDB_NAMESPACE (#6433)sdong
2019-12-13Introduce a new storage specific Env API (#5761)anand76
2019-09-20Apply formatter to recent 200+ commits. (#5830)sdong
2019-09-16Charge block cache for cache internal usage (#5797)Maysam Yabandeh
2019-09-16Divide file_reader_writer.h and .cc (#5803)sdong
2019-08-06Pysim more algorithms (#5644)haoyuhuang
2019-07-29Cache simulator: Optimize hybrid row-block cache. (#5616)haoyuhuang
2019-07-22Block cache analyzer: Compute correlation of features and human readable trac...haoyuhuang
2019-07-17Block access tracing: Trace referenced key for Get on non-data blocks. (#5548)haoyuhuang
2019-07-11Cache simulator: Add a ghost cache for admission control and a hybrid row-blo...haoyuhuang
2019-07-08Fix -Werror=shadow (#5546)haoyuhuang
2019-07-01Remove multiple declarations o kMicrosInSecond.haoyuhuang
2019-07-01Cache simulator: Refactor the cache simulator so that we can add alternative ...haoyuhuang
2019-06-18Export Cache::GetCharge (#5476)Vaibhav Gogte
2019-06-17Support computing miss ratio curves using sim_cache. (#5449)haoyuhuang
2019-02-14Apply modernize-use-override (2nd iteration)Michael Liu
2018-08-23Add path to WritableFileWriter. (#4039)Yanqin Jin
2018-07-13Per-thread unique test db names (#4135)Maysam Yabandeh
2018-04-12comment unused parameters to turn on -Wunused-parameter flagDavid Lai
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