-
Type: Technical Debt
-
Resolution: Unresolved
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: None
-
None
There is significant overlap between __wt_btcur_skip_page() and __wt_delete_page_skip() with respect to handling fast-truncate pages.
We are locking each fast-truncate WT_REF structure two times as cursors walk the tree which blocks other threads more than is necessary.