-
Type:
Improvement
-
Resolution: Unresolved
-
Priority:
Major - P3
-
None
-
Affects Version/s: None
-
Component/s: Cursors, Layered Tables
-
Storage Engines, Storage Engines - Foundations
-
None
-
None
__wt_clayered_deleted is currently in the cursor module. Therefore, it can be called by all the cursor code. However, it should belong to the layered cursor code. It is difficult to move it there now because the ingest draining code also needs it.
Investigate if we can refactor this to move this inside the layered cursor module.