-
Type: Improvement
-
Resolution: Duplicate
-
Priority: Minor - P4
-
None
-
Affects Version/s: None
-
Component/s: None
-
None
If mongoinsert is used to bulk import large number of records, with intention that those with _id already present should be ignored, it works except that server logs are flooded with a large number of "E11000 duplicate key error index" messages. My mongo.log is currently 15GB, mostly of those.
It would be nice to be able to tell mongoimport that it doesn't need to be concerned about duplicates.