-
Type:
Technical Debt
-
Resolution: Unresolved
-
Priority:
Major - P3
-
None
-
Affects Version/s: None
-
Component/s: None
-
None
-
Storage Engines, Storage Engines - Persistence
-
SE Persistence backlog
-
None
In the disagg block manager, we cast a normal block to a disagg block to perform operations. We want to add a check to make sure we're running in disagg mode and the block can be cast as a disagg block.
One way to achieve it would be to make a flags field first in both wt_block and wt_block_disagg and check it fore using one or another.