Implement rewriting internal page deltas directly into a full page

    • Type: Task
    • Resolution: Unresolved
    • Priority: Major - P3
    • None
    • Affects Version/s: None
    • Component/s: None
    • None
    • Storage Engines
    • None
    • None

      The current reconstruction of internal page deltas follows a two-step process:

      • Merge all deltas into a single delta array.
      • Apply the merged delta onto the base image.

      The proposed solution is to eliminate the intermediate merge step. Instead, the base image and all deltas will be merged together in a single pass to build a full page disk image. The merge-sort logic remains central, but rather than only constructing an internal page index, the merge process itself will generate the final full disk image.

      This approach avoids the two-phase process and produces a complete disk image directly, which can then be passed into __wti_page_inmem.

            Assignee:
            [DO NOT USE] Backlog - Storage Engines Team
            Reporter:
            Ravi Giri
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated: