-
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.
- related to
-
WT-14885 Rewrite pages with delta directly to a full page
-
- In Progress
-