-
Type: Task
-
Resolution: Done
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: Concurrency
-
None
-
Fully Compatible
-
QuInt A (10/12/15)
32 threads insert, 24 CPU box.
standalone: 1.15M insert/s
with oplog: 186K insert/s
Believed to be single threading in logOp from OplogHack mutex.
Contention from delete holding mutex whilst walking DLL is linear with list size.
Proposed fix of O(1) delete by retaining pointer handle to reference back
- related to
-
SERVER-29274 Two Phase Drops: rename collection to special drop-pending name
- Closed