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

ExecuteBatchAsLimitedBatches breaks write atomicity #255

Open
Arkatufus opened this issue Sep 27, 2022 · 0 comments
Open

ExecuteBatchAsLimitedBatches breaks write atomicity #255

Arkatufus opened this issue Sep 27, 2022 · 0 comments
Labels
wontfix This will not be worked on

Comments

@Arkatufus
Copy link
Contributor

As of today, the ExecuteBatchAsLimitedBatches extension method wraps the SubmitTransactionAsync method call. The extension automatically chunks all batch operations into chunk of 100 items. This intentional because Azure Table Storage does not support batch transaction with more than 100 items.

Remove this in the future, if and when Azure Table Storage supports a working transaction scheme.

@Arkatufus Arkatufus added the wontfix This will not be worked on label Sep 27, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
wontfix This will not be worked on
Projects
None yet
Development

No branches or pull requests

1 participant