|
|
|
|
|
by NovaX
1407 days ago
|
|
What about MRU-biased workloads? For example an analytical loop or row scanning in a db query? In those cases recency is a negative signal and there may not be much frequency to extract (e.g. equal frequencies in a loop). Instead the policy has to avoid admissions to obtain some hits rather than be flushed for zero hits. |
|
Also remember that many DBs are multi-user so any access patterns from each connection will get thrown in the same bucket.