Skip to content

Commit afd13ea

Browse files
committed
fix bullet formatting
1 parent 5722a01 commit afd13ea

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/cosmos-db/how-to-query-container.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,8 +91,8 @@ Avoiding cross-partition queries typically only matters with large containers. Y
9191
The number of physical partitions is tied to the amount of provisioned RU's. Each physical partition allows for up to 10,000 provisioned RU's and can store up to 50 GB of data. Azure Cosmos DB will automatically manage physical partitions for you. The number of physical partitions in your container is dependent on your provisioned throughput and consumed storage.
9292

9393
You should try to avoid cross-partition queries if your workload meets the criteria below:
94-
- You plan to have over 30,000 RU's provisioned
95-
- You plan to store over 100 GB of data
94+
- You plan to have over 30,000 RU's provisioned
95+
- You plan to store over 100 GB of data
9696
9797
## Next steps
9898

0 commit comments

Comments
 (0)