-
Type: Bug
-
Resolution: Done
-
Priority: Major - P3
-
Affects Version/s: 3.0.7, 3.2.0-rc1
-
Component/s: Performance, WiredTiger
-
Fully Compatible
-
ALL
-
Integration F (02/01/16)
This is a follow-on to SERVER-20185. See that ticket for test details, but in brief each connection is doing 10 inserts per second, and throughput is measured as the number of connections is slowly ramped up. At high connection counts negative scaling is observed. The same test at low connection count (100-200 connections) but no delay in the loop (i.e. each connection doing inserts flat out) yielded ~260k inserts/s, so the expected 150k inserts/s at 15k connections should be within the raw capacity of the system.
Storage engine was WT so this could be SERVER-20303, although that ticket involves large documents (100 kB) and this one small documents (30 B). We can retest when SERVER-20303 is fixed.
- is related to
-
SERVER-20303 Negative scaling at low thread count under WiredTiger when inserting large documents
- Closed
-
SERVER-20185 Scaling issue at high connection count with journal enabled under WiredTiger
- Closed