[MongoDB]: how to get better performance for mongoimport operation
1) Check if your db/collection have many indexes? If so we could test if reducing the number of indexes is an option, based on your reads and query patterns. 2) Since prior to MongoDB 3.0, locking is at Database level…