Fix old comment about HyperClockCache and SecondaryCache (#11517)

Summary:
Support was added in 8.1.0

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

Test Plan: comments only

Reviewed By: anand1976

Differential Revision: D46489929

Pulled By: pdillinger

fbshipit-source-id: 4fd30078389065c9ec225bf55b6773f1641f0646
oxigraph-main
Peter Dillinger 1 year ago committed by Facebook GitHub Bot
parent 3093d98c78
commit 2b2994c8db
  1. 1
      include/rocksdb/cache.h

@ -376,7 +376,6 @@ inline std::shared_ptr<SecondaryCache> NewCompressedSecondaryCache(
// * Requires an extra tuning parameter: see estimated_entry_charge below.
// Similarly, substantially changing the capacity with SetCapacity could
// harm efficiency.
// * SecondaryCache is not yet supported.
// * Cache priorities are less aggressively enforced, which could cause
// cache dilution from long range scans (unless they use fill_cache=false).
// * Can be worse for small caches, because if almost all of a cache shard is

Loading…
Cancel
Save