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

Rely on the oldest_start_ts in checkpoint cleanup

    • Type: Icon: Improvement Improvement
    • Resolution: Unresolved
    • Priority: Icon: Minor - P4 Minor - P4
    • None
    • Affects Version/s: None
    • Component/s: Checkpoints
    • None
    • Storage Engines
    • 5
    • StorEng - Refinement Pipeline

      In WT-13234, checkpoint cleanup can read pages from disk to remove their obsolete time window information.

      This logic is done by checking if the time window is globally visible by comparing WT_MAX(newest_start_durable_ts, newest_stop_durable_ts) with the pinned ts.

      Instead, we should compare the oldest_start_ts with the pinned ts to better identify pages with obsolete time window information.

      However, oldest_start_ts cannot be currently used as it's not updated correctly.

            Assignee:
            backlog-server-storage-engines [DO NOT USE] Backlog - Storage Engines Team
            Reporter:
            etienne.petrel@mongodb.com Etienne Petrel
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated: