Azure / Azure/azure-functions-host
Table output bindings support batch transaction
- Dominant language
- C#
- Stars
- 2k
- Forks
- 482
- Avg merge
- 2d 10h
- Merged PRs (30d)
- 36
Description
When we are binding to multiple table output bindings, today we don't support the batch transaction feature that is offered by tables: https://learn.microsoft.com/en-us/dotnet/api/microsoft.azure.cosmos.table.tablebatchoperation?view=azure-dotnet
Today we just loop through each table and perform the operation, but this a more optimal way to perform the same task.
Contributor guide
Research direction
Start by tracing the table output binding path described in the issue, focusing on where multiple table outputs are currently processed in a loop. Review the linked TableBatchOperation documentation and add coverage for multiple outputs using a batch transaction; done means the batch operation is used and the relevant tests pass.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- azure, csharp
- Domain
- backend, databases
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100