File tree Expand file tree Collapse file tree 1 file changed +6
-9
lines changed Expand file tree Collapse file tree 1 file changed +6
-9
lines changed Original file line number Diff line number Diff line change 1- Each group of operations can have at most :limit: `1000 operations <Write Command Operation Limit Size> `. If a group exceeds this :limit: `limit
2- <Write Command Operation Limit Size> `, MongoDB will divide the group into
3- smaller groups of 1000 or less. For example, if the bulk operations list
4- consists of 2000 insert operations, MongoDB creates 2 groups, each with
5- 1000 operations.
1+ :method: `Bulk() ` operations and comparable methods in the drivers do not
2+ have a limit for the number of operations in a group. To see how the
3+ operations are grouped for bulk operation execution, call
4+ :method: `Bulk.getOperations() ` *after * the execution.
65
7- The sizes and grouping mechanics are internal performance details and
8- are subject to change in future versions.
6+ .. seealso ::
97
10- To see how the operations are grouped for a bulk operation execution,
11- call :method: `Bulk.getOperations() ` *after * the execution.
8+ - :limit: `Write Command Batch Limit Size `
You can’t perform that action at this time.
0 commit comments