azure-sdk-for-python icon indicating copy to clipboard operation
azure-sdk-for-python copied to clipboard

Add Concurrency Sample

Open bambriz opened this issue 2 years ago • 2 comments

Description

This adds a new sample file to showcase using concurrency to improve performance.

All SDK Contribution checklist:

  • [ ] The pull request does not introduce [breaking changes]
  • [ ] CHANGELOG is updated for new features, bug fixes or other significant changes.
  • [ ] I have read the contribution guidelines.

General Guidelines and Best Practices

  • [ ] Title of the pull request is clear and informative.
  • [ ] There are a small number of commits, each of which have an informative message. This means that previously merged commits do not appear in the history of the PR. For more information on cleaning up the commits in your PR, see this page.

Testing Guidelines

  • [ ] Pull request includes test coverage for the included changes.

bambriz avatar Dec 21 '23 00:12 bambriz

API change check

APIView has identified API level changes in this PR and created following API reviews.

azure-cosmos

azure-sdk avatar Dec 21 '23 01:12 azure-sdk

We should also include a section in the README talking about this sample and referring to it with a link - this way it will be easier for our customers to find it rather than expecting them to just look at our samples without guidance.

This README bit should also have some comparisons/ percentage differences listed so that users can see how beneficial it might be for them to use it, as well as having the notice on how this will explode their RU consumption and how they should be aware of this if they choose to use it.

simorenoh avatar Jan 11 '24 15:01 simorenoh