Skip to content

Commit

Permalink
Update bulk.md (opensearch-project#4761)
Browse files Browse the repository at this point in the history
Fixes opensearch-project#4706

Signed-off-by: Heather Halter <[email protected]>
Signed-off-by: Shankaran <[email protected]>
  • Loading branch information
hdhalter authored and akashsha1 committed Aug 14, 2023
1 parent 246da25 commit eb285d9
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 eb285d9

Please sign in to comment.