Details
-
Sub-task
-
Status: Resolved
-
Major
-
Resolution: Duplicate
-
None
-
None
-
None
-
None
Description
FIFO policy is currently the default. We can test LRFU one but there were concerns that it won't scale. One option is to implement a two-tier policy, FIFO/LRU for blocks referenced once, and something more complex (LFU, LRFU) for blocks referenced more than once. That should be friendly to large scans of a fact table in terms of behavior and overhead.
Attachments
Issue Links
- duplicates
-
HIVE-13346 LLAP doesn't update metadata priority when reusing from cache; some tweaks in LRFU policy
- Closed
- is related to
-
HIVE-13471 TinyLFU cache
- Open