rocksdb/cache
Peter Dillinger 8c0f5b1fcf Mark HyperClockCache as production-ready (#10963)
Summary:
After a couple minor bug fixes and successful productions roll-outs in a few places, I think we can mark this as production-ready. It has a clear value proposition for many workloads, even if we don't have clear advice for every workload yet.

Pull Request resolved: https://github.com/facebook/rocksdb/pull/10963

Test Plan: existing tests, comment changes only

Reviewed By: siying

Differential Revision: D41384083

Pulled By: pdillinger

fbshipit-source-id: 56359f01a57bb28de8697666b342382fac72ce6d
2022-11-17 14:44:59 -08:00
..
cache.cc
cache_bench.cc
cache_bench_tool.cc Remove prototype FastLRUCache (#10954) 2022-11-16 10:15:55 -08:00
cache_entry_roles.cc
cache_entry_roles.h
cache_entry_stats.h
cache_helpers.h
cache_key.cc
cache_key.h
cache_reservation_manager.cc
cache_reservation_manager.h
cache_reservation_manager_test.cc
cache_test.cc Remove prototype FastLRUCache (#10954) 2022-11-16 10:15:55 -08:00
charged_cache.cc
charged_cache.h
clock_cache.cc Refactor (Hyper)ClockCache code (#10887) 2022-11-02 22:41:39 -07:00
clock_cache.h Mark HyperClockCache as production-ready (#10963) 2022-11-17 14:44:59 -08:00
compressed_secondary_cache.cc
compressed_secondary_cache.h
compressed_secondary_cache_test.cc
lru_cache.cc Use malloc/free for LRUHandle instead of new[]/delete[] (#10884) 2022-10-27 15:39:29 -07:00
lru_cache.h Use malloc/free for LRUHandle instead of new[]/delete[] (#10884) 2022-10-27 15:39:29 -07:00
lru_cache_test.cc Remove prototype FastLRUCache (#10954) 2022-11-16 10:15:55 -08:00
sharded_cache.cc
sharded_cache.h