Skip to content

Commit 39668ed

Browse files
authored
fixing typo
1 parent 9b7f102 commit 39668ed

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
@@ -61,7 +61,7 @@ In addition to a good foundational setup in the database platform, there are spe
6161

6262
These techniques provide advanced mechanisms to address specific latency and availability challenges, going above and beyond the cross-region retry capabilities that are built into the SDK by default. By proactively managing potential issues at the request and partition levels, these strategies can significantly enhance the resilience and performance of your application, particularly under high-load or degraded conditions.
6363

64-
### Threshold-based availability atrategy
64+
### Threshold-based availability strategy
6565

6666
The threshold-based availability strategy can improve tail latency and availability by sending parallel read requests to secondary regions and accepting the fastest response. This approach can drastically reduce the impact of regional outages or high-latency conditions on application performance.
6767

0 commit comments

Comments
 (0)