Skip to content

[CosmosDb JS SDK] Add the ability to use bulk with more than 100 documents #27958

Open

Description

Is your feature request related to a problem? Please describe.
At this time, the bulk function has a restriction of 100 operations per partition. This limitation makes the bulk operation slow and not really useful for bulk operations.
https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/cosmosdb/cosmos/src/client/Item/Items.ts#L487

Describe the solution you'd like
Please raise the limit(or remove it) to allow more operations in one call.

Describe alternatives you've considered
N/A

Additional context
N/A

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

Labels

ClientThis issue points to a problem in the data-plane of the library.Cosmoscustomer-reportedIssues that are reported by GitHub users external to the Azure organization.needs-team-attentionWorkflow: This issue needs attention from Azure service team or SDK teamquestionThe issue doesn't require a change to the product in order to be resolved. Most issues start as that

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions