-
Type:
Task
-
Resolution: Unresolved
-
Priority:
Major - P3
-
None
-
Affects Version/s: None
-
Component/s: None
-
None
-
Storage Engines
Based on the discussion in this Slack thread, it seems that deleting a table involves durably writing the file data to disk first.
Storex team is actively working on SPM-3313, where we are adding a new WiredTiger instance to mongod exclusively for temporary tables. In this case, we do not need to preserve data after a restart, so we would like table deletions and WT_CONNECTION::close to be very fast.
Is it possible to make table deletions a constant-time operation?
- related to
-
WT-13285 Research cheap fast paths for the family of drop_* functions
-
- Open
-