Uploaded image for project: 'WiredTiger'
  1. WiredTiger
  2. WT-12924

evict file should never read any pages from to disk

    • Type: Icon: Improvement Improvement
    • Resolution: Works as Designed
    • Priority: Icon: Major - P3 Major - P3
    • None
    • Affects Version/s: None
    • Component/s: Cache and eviction
    • Labels:
      None
    • Storage Engines
    • StorEng - 2024-06-11

      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.

            Assignee:
            chenhao.qu@mongodb.com Chenhao Qu
            Reporter:
            chenhao.qu@mongodb.com Chenhao Qu
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved: