Skip to content

Commit 2ef0f33

Browse files
Update articles/cosmos-db/nosql/performance-tips-java-sdk-v4.md
Co-authored-by: Abhijeet Mohanty <[email protected]>
1 parent 76dddf9 commit 2ef0f33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/cosmos-db/nosql/performance-tips-java-sdk-v4.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ container.createItem("id", new PartitionKey("pk"), options, JsonNode.class).bloc
113113

114114
4. **Fastest Response Wins:** Whichever region responds first, that response is accepted, and the other parallel requests are ignored.
115115

116-
Proactive connection management helps by warming up connections and caches for containers across the preferred regions, reducing latency for failover scenarios or writes in multi-region setups.
116+
Proactive connection management helps by warming up connections and caches for containers across the preferred regions, reducing cold-start latency for failover scenarios or writes in multi-region setups.
117117

118118
This strategy can significantly improve latency in scenarios where a particular region is slow or temporarily unavailable, but it may incur more cost in terms of request units when parallel cross-region requests are required.
119119

0 commit comments

Comments
 (0)