An Azure NoSQL database service for app development.
Hi @Sachin Agarwal , welcome to Microsoft Q&A forum.
It is advised to increase the number of threads/tasks to have better performance while using sdks. Creating number of threads will allow parallel execution of these requests and would in turn take lesser time to process multiple requests. However, we need to understand that if we create multiple requests and our RUs allocation does not meet the demand then we could see the throttling of request at the same time. Also how many threads we create will also depend on core configuration of our machine.
I would also suggest you to read below article for more details on the same:
Performance tips for Azure Cosmos DB
----------
If answer helps, please mark it 'Accept Answer'