Files
mongo/jstests/disk
Louis Williams ba9670e4c6 SERVER-25025 Make startup faster with many WT collections
This makes two major improvements:

(1) WiredTiger "metadata:create" cursors are very expensive; only use
these when absolutely necessary, and use standard "metadata:" cursors
everywhere else. This lowers startup calls to "metadata:create" from 3
to 1 per table.

(2) No longer open a cursor for every WiredTiger collection at startup.
Instead, lazily open cursors to initialize RecordIDs for inserts.
2019-09-26 23:26:51 +00:00
..