Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Transaction limit on batches #3853

Closed
jsquire opened this issue May 16, 2023 · 2 comments · Fixed by #3860
Closed

Transaction limit on batches #3853

jsquire opened this issue May 16, 2023 · 2 comments · Fixed by #3860

Comments

@jsquire
Copy link
Member

jsquire commented May 16, 2023

Issue Transfer

This issue has been transferred from the Azure SDK for .NET repository, #36302.

Please be aware that @ChuckWalters is the author of the original issue and include them for any questions or replies.

Details

[Enter feedback here]
No mention transaction limits. Tried to use to upload 100's of documents and it errored out. What is the limit?


Document Details

Do not edit this section. It is required for learn.microsoft.com ➟ GitHub issue linking.

@ChuckWalters
Copy link

ChuckWalters commented May 16, 2023

This documentation should at least reference it's limitations:
https://devblogs.microsoft.com/cosmosdb/introducing-transactionalbatch-in-the-net-sdk/

The Batch documentation should have a "see also" pointing to Bulk transactions to prevent misuse: https://learn.microsoft.com/en-us/azure/cosmos-db/nosql/tutorial-dotnet-bulk-import

@ealsur
Copy link
Member

ealsur commented May 17, 2023

Linking Bulk documentation in a Batch API is incorrect, they are different use cases.

The right document to link is https://learn.microsoft.com/en-us/azure/cosmos-db/concepts-limits#per-request-limits

This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

5 participants