Skip to content

Commit e9e4ddf

Browse files
committed
Missing text
1 parent 973688b commit e9e4ddf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/cosmos-db/performance-tips.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ So if you're asking "How can I improve my database performance?" consider the fo
8383
await client.OpenAsync();
8484

8585
> [!NOTE]
86-
> OpenAsync will generate requests to obtain the address routing table for all the containers in the account. For accounts that have many containers but their application is accessing only a very small subset of them,
86+
> OpenAsync will generate requests to obtain the address routing table for all the containers in the account. For accounts that have many containers but their application is accessing only a very small subset of them, it would generate an unnecessary amount of traffic that makes the initialization slow. In this cases, usage of OpenAsync might not be beneficial, as it would slow down application initialization.
8787

8888
<a id="same-region"></a>
8989
3. **Collocate clients in same Azure region for performance**

0 commit comments

Comments
 (0)