-
Type:
Task
-
Resolution: Unresolved
-
Priority:
Minor - P4
-
None
-
Affects Version/s: None
-
Component/s: Checkpoints
-
Storage Engines, Storage Engines - Transactions
-
None
-
None
In disaggregated storage, checkpoints now include a stage where the shared metadata table is updated. This involves copying across a bunch of entries from the local metadata table. This process has not shown up in any profiling as an issue, but as table numbers grow this is more likely to be a bottleneck. Ideally, we could find a way to avoid the copy altogether.