-
Type:
Task
-
Resolution: Fixed
-
Priority:
Major - P3
-
Affects Version/s: None
-
Component/s: Configuration
-
None
-
Storage Engines, Storage Engines - Transactions
-
SE Transactions - 2025-08-01
-
5
Acceptance criteria:
- Configuration Migration (Btree to Connection Level):
- disaggregated.delta_pct configuration is successfully migrated from btree-level scope to connection-level scope.
- disaggregated.max_consecutive_delta configuration is successfully migrated from btree-level scope to connection-level scope.
- Corresponding tests for disaggregated.delta_pct and disaggregated.max_consecutive_delta are updated to correctly utilize their new connection-level configuration.
- Page Delta Configuration Consolidation:
- Move all five page delta configurations (delta_pct, max_consecutive_delta, internal_page_delta, leaf_page_delta, flatten_leaf_page_delta) into a new, dedicated page_delta category under the connection level.
- Structure Refactoring:
- Create a separate structure WT_PAGE_DELTA and store all the Page delta-related member variables within a new structure.
- These page delta member variables will no longer be stored within the WT_DISAGGREGATED_STORAGE structure.
- is related to
-
WT-15088 Commit may be rolled back after we have logged the transaction
-
- Closed
-
-
WT-15094 Fix - Update the assert to check if the btree leaf is delta enabled.
-
- Closed
-
-
WT-15106 Make cache walk heuristic reset specific to disaggregated storage
-
- Closed
-
-
SERVER-108234 Adapt to WiredTiger WT-15005 Page Delta Config Changes
-
- Backlog
-
-
WT-14721 Clean up disaggregated storage config
-
- Open
-
-
WT-15033 Optimize cursor->reset calls during search() and search_near() in DSC
-
- Closed
-
- related to
-
WT-14686 Disagg testing: add switch mode to test/format
-
- Closed
-
-
WT-15003 Remove the WT_DELTA_CELL_INT structure and pack internal page deltas with WT_CELL
-
- Closed
-