As of SERVER-57610, we look up an index build's namespace in the durable catalog for every key we insert into the index, each of which requires a lookup in an ordered map. We should instead just do this lookup once.
- related to
-
SERVER-57610 IndexAccessMethod::commitBulk() retries inserting index keys on WriteConflictException
- Closed