Bulk updating, inserting, or copying domains into MongoDB using collection.initializeUnorderedBulkOp
Processing large amounts of data in MongoDB and Node.js will probably lock your single threaded application. This is just my reference for when I need to process a large amount of documents using collection.initializeUnorderedBulkOp.