Skip to content

Commit 5b5748f

Browse files
committed
fix review comments
1 parent 67b8730 commit 5b5748f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/cosmos-db/sql/performance-tips.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ If you're testing at high throughput levels (more than 50,000 RU/s), the client
6464
> [!NOTE]
6565
> High CPU usage can cause increased latency and request timeout exceptions.
6666
67-
## <a id="Metadata-operations"></a> Metadata operations
67+
## <a id="metadata-operations"></a> Metadata operations
6868

6969
Do not verify a Database and/or Collection exists by calling `Create...IfNotExistsAsync` and/or `Read...Async` in the hot path and/or before doing an item operation. The validation should only be done on application startup when it is necessary, if you expect them to be deleted (otherwise it's not needed). These metadata operations will generate extra end-to-end latency, have no SLA, and their own separate [limitations](https://aka.ms/CosmosDB/sql/errors/metadata-429) that do not scale like data operations.
7070

0 commit comments

Comments
 (0)