Description
Please refer to HELP-7788 for details on the functionality:
https://jira.mongodb.org/browse/HELP-7788?focusedCommentId=2021946&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-2021946
While testing this functionality I noticed that the long-running operation appeared and disappeared from the slowest operations section. I used the java method collection.insertMany() to populate my collection with 1000000 documents. Maybe the java collection.insertMany() method spilts a large number of documents into batches and each batch is executed as a single database operation (opid).
Scope of changes
Impact to Other Docs
MVP (Work and Date)
Resources (Scope or Design Docs, Invision, etc.)
|