We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ef0f33 commit 64f1b8cCopy full SHA for 64f1b8c
articles/cosmos-db/nosql/performance-tips-java-sdk-v4.md
@@ -78,6 +78,7 @@ CosmosAsyncClient clientWithOpenConnections = new CosmosClientBuilder()
78
.preferredRegions(Arrays.asList("sample_region_1", "sample_region_2"))
79
.openConnectionsAndInitCaches(new CosmosContainerProactiveInitConfigBuilder(Arrays.asList(containerIdentity))
80
.setProactiveConnectionRegionsCount(proactiveConnectionRegionsCount)
81
+ //setting aggressive warmup duration helps in cases where there is a high no. of partitions
82
.setAggressiveWarmupDuration(aggressiveWarmupDuration)
83
.build())
84
.directMode()
0 commit comments