Details
-
Task
-
Status: Closed
-
Major - P3
-
Resolution: Done
-
3.0.0-rc6
-
None
-
2015-01 Iteration
-
Completed
Description
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.