Concurrency limits
- Dominant language
- TypeScript
- Stars
- 2.3k
- Forks
- 393
- Avg merge
- 1d 20h
- Merged PRs (30d)
- 36
Description
Not a bug but a question. Let me know if this is not the right place to ask.
Can you give some idea on how Azurite scales? [The docs](https://github.com/Azure/Azurite#scalability--performance) says that:
> Azurite is not a scalable storage service and does not support many concurrent clients. There is also no performance and TPS guarantee, they highly depend on the environments Azurite has deployed.
We'd like to use Azurite as the storage for an ASP.NET Core app when running UI tests on it, to see if it has any issues with storage once deployed to Azure and using Blob Storage. We're usually running dozens of concurrent tests at a given time up to the hardware limits of the machine (a VM with 16 vCPU cores, 64GB of RAM, SSD storage). Can we say that as long as the machine's hardware is not saturated Azurite will continue to serve requests or is there some inherent limitation?
Thank you!
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.