-
Type: Improvement
-
Resolution: Unresolved
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: None
-
None
-
Storage Execution
-
120
After discussing with the Storage Engine team about WT-10843 we discovered that a potential short-term fix for the slowdown caused by SERVER-74033 would be to:
- Maintain a completely separate WT_CONNECTION for Temporary Record Stores
- Tune the connection so the cache quota is minimal to avoid noisy neighbor issues
- Tune the tables/connection to disregard any sort of durability requirements
The latter would require us to fully recreate the WT directory at every startup for these collections.
- is related to
-
WT-10843 Improved support for transient tables
- Open
-
SERVER-74085 Ensure queries that spill to TemporaryRecordStores checkpoint their data
- Backlog
-
SERVER-74033 Remove ident force drop in favour of handling ENOENT
- Closed