Details
-
New Feature
-
Status: Closed
-
Minor
-
Resolution: Won't Fix
-
3.4
-
None
-
None
Description
Currently Solr's caches are LRU, which doesn't look at hitcount to decide which entries are most important. There is a method that takes both frequency and time of cache hits into account:
http://en.wikipedia.org/wiki/Adaptive_Replacement_Cache
If it's feasible, this could be a good addition to Solr/Lucene.
Attachments
1.
|
Implement LFU Cache | Closed | Erick Erickson |