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

Support tiered tables in wt_block_checkpoint_last

    • Type: Icon: Improvement Improvement
    • Resolution: Unresolved
    • Priority: Icon: Major - P3 Major - P3
    • None
    • Affects Version/s: None
    • Component/s: None

      __wt_block_checkpoint_last is used (if needed) to find the most recent valid checkpoint during table import.  It scans the entire file looking for checkpoint roots and returns the most recent one. 

      This need to be extended to support tiered tables. This means scanning objects that may be part of the table. We should be able to take advantage of the write-once nature of objects and scan them in reverse order, ending the search once we find an object with a checkpoint root.

            Assignee:
            backlog-server-storage-engines [DO NOT USE] Backlog - Storage Engines Team
            Reporter:
            keith.smith@mongodb.com Keith Smith
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated: