Skip to content

Commit

Permalink
Update bulk.md
Browse files Browse the repository at this point in the history
Fixes #4706

Signed-off-by: Heather Halter <[email protected]>
  • Loading branch information
hdhalter committed Aug 11, 2023
1 parent e9be98f commit d1951a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _api-reference/document-apis/bulk.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Introduced 1.0
The bulk operation lets you add, update, or delete multiple documents in a single request. Compared to individual OpenSearch indexing requests, the bulk operation has significant performance benefits. Whenever practical, we recommend batching indexing operations into bulk requests.


Beginning in OpenSearch 2.9, when indexing documents using the bulk operation, the document `_id` must be 512 MB or less in size.
Beginning in OpenSearch 2.9, when indexing documents using the bulk operation, the document `_id` must be 512 bytes or less in size.
{: .note}

## Example
Expand Down

0 comments on commit d1951a0

Please sign in to comment.