-
Type:
Improvement
-
Resolution: Works as Designed
-
Priority:
Major - P3
-
None
-
Affects Version/s: None
-
Component/s: Cache and Eviction
-
None
-
Storage Engines
-
2024-06-11 - Dinosaurs go rawr
-
None
evict file aims to evict all the pages of the tree. However, currently, it sets the tree walk flags as WT_READ_CACHE | WT_READ_NO_EVICT. It means it may read back some of the pages that are on-disk, which is unnecessary. We need to fix the flag to only walk in-memory pages.