-
Type:
Task
-
Resolution: Unresolved
-
Priority:
Major - P3
-
None
-
Affects Version/s: None
-
Component/s: None
-
Storage Engines, Storage Engines - Foundations
-
None
-
None
For context, ** on the WT side:
- Positioned cursors: stable lookup already skipped, no change needed
- Unpositioned cursors: this is where blind writes would help with standby performance
From mongod's side:
- Collection deletes: always positioned (explicit stable reads), so blind writes won't help
- Index key deletes: mostly unpositioned, so this is where the benefit would be
So workloads with frequent index key modifications (TTL indexes, updates on indexed fields) would benefit from blind deletes.
- is related to
-
SERVER-124960 Enable blind writes for disagg
-
- In Progress
-