This WUOW is not necessary for hybrid index builds because we insert all keys into the external sorter, which is not part of the storage engine.
We could improve index build performance by not having to open and close a storage transaction every iteration.
This fixes a perf regression introduced by SERVER-44577.
- related to
-
SERVER-44577 Ensure WiredTiger cursors have started a transaction before reading data
- Closed