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
This issue points to a problem in the data-plane of the library.Issues that are reported by GitHub users external to the Azure organization.Workflow: This issue needs attention from Azure service team or SDK teamThe issue doesn't require a change to the product in order to be resolved. Most issues start as that