-
Type: Improvement
-
Resolution: Won't Do
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: None
-
None
-
Storage Execution
Instantiating a WiredTiger RecordStore nowadays is a quite expensive operation due to the check for table logging settings performed in the cosntructor.
Ideally these checks could be completely avoided as they should only be done once during startup since every subsequent operation will not modify them.