-
Type: Task
-
Resolution: Done
-
Priority: Major - P3
-
Affects Version/s: 3.0.0-rc6
-
Component/s: mongoimport, mongorestore
-
None
-
2015-01 Iteration
-
Completed
When using mongoimport, we automatically figure out the number of cores to parallelize the serialization work, but we use one thread to insert data into the server.
The --numInsertionWorkers which is currently hidden should be exposed to allow more efficient import into the database.