Azure / azure-cosmosdb-bulkexecutor-java-getting-started

Bulk Executor Utility for Azure Cosmos DB Java SQL API
Creative Commons Attribution 4.0 International
14 stars 13 forks source link

default value for collectionThroughput is expensive #5

Closed awangptc closed 4 years ago

awangptc commented 4 years ago

The default value of the collectionThroughput in this library is 1000000. This results in a charge of $480/hr. The default value within the Azure portal is 400. Please change the default to a more reasonable value and perhaps document the impact of this.

abinav2307 commented 4 years ago

Thanks for the suggestion. We just pushed out a change to lower the entry point from 1M to 100K.

We left it at 100K as a significantly lower throughput would not highlight the performance benefits of the Bulk Executor.