-
Type:
Task
-
Resolution: Unresolved
-
Priority:
Major - P3
-
None
-
Affects Version/s: None
-
Component/s: Reconciliation
-
None
-
Storage Engines, Storage Engines - Transactions
-
SE Transactions - 2025-08-01
-
8
Scope:
- Create a new packing function for leaf page deltas to replace the __rec_pack_delta_leaf
- Update the unpacking function __wt_cell_unpack_delta_leaf to match the new customized data format.
- Remove the WT_DELTA_CELL_LEAF data structure.
- Update the WT_CELL_UNPACK_DELTA_LEAF data structure to reflect how leaf page deltas are stored.
- Run testing against the changes.