diff --git a/source/includes/fact-bulk-operation-batches.rst b/source/includes/fact-bulk-operation-batches.rst index 5878b0a2602..1bf08e06914 100644 --- a/source/includes/fact-bulk-operation-batches.rst +++ b/source/includes/fact-bulk-operation-batches.rst @@ -1,9 +1,8 @@ -Each group of operations can have at most -:limit:`1000 operations `. If a group exceeds -this :limit:`limit `, MongoDB will divide the -group into smaller groups of 1000 or less. For example, if the bulk -operations list consists of 2000 insert operations, MongoDB creates 2 -groups, each with 1000 operations. +Each group of operations can have at most :limit:`1000 operations `. If a group exceeds this :limit:`limit +`, MongoDB will divide the group into +smaller groups of 1000 or less. For example, if the bulk operations list +consists of 2000 insert operations, MongoDB creates 2 groups, each with +1000 operations. The sizes and grouping mechanics are internal performance details and are subject to change in future versions.