In MongoDB the db.collection.bulkWrite()
method performs multiple write operations with controls for order of execution.
Bulk write operations affect a single collection. The collection
part is the name of the collection with which to perform the operations against.