File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ author: abhijitpai
5
5
ms.author : abpai
6
6
ms.service : cosmos-db
7
7
ms.topic : conceptual
8
- ms.date : 03/27 /2020
8
+ ms.date : 04/03 /2020
9
9
---
10
10
11
11
# Azure Cosmos DB service quotas
@@ -147,6 +147,9 @@ Cosmos DB supports querying items using [SQL](how-to-sql-query.md). The followin
147
147
| Maximum JOINs per query| 5 <sup >* </sup >|
148
148
| Maximum UDFs per query| 10 <sup >* </sup >|
149
149
| Maximum points per polygon| 4096 |
150
+ | Maximum included paths per container| 500 |
151
+ | Maximum excluded paths per container| 500 |
152
+ | Maximum properties in a composite index| 8 |
150
153
151
154
<sup >* </sup > You can increase these SQL query limits by contacting Azure Support.
152
155
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ ms.service: cosmos-db
5
5
ms.subservice : cosmosdb-mongo
6
6
ms.devlang : nodejs
7
7
ms.topic : conceptual
8
- ms.date : 03/27 /2020
8
+ ms.date : 04/03 /2020
9
9
author : timsander1
10
10
ms.author : tisande
11
11
@@ -30,7 +30,7 @@ You can create indexes on any single field. The sort order of the single field i
30
30
31
31
` db.coll.createIndex({name:1}) `
32
32
33
- One query will utilize multiple single field indexes, where available.
33
+ One query will utilize multiple single field indexes, where available. You can create up to 500 single field indexes per container.
34
34
35
35
### Compound indexes (3.6)
36
36
You can’t perform that action at this time.
0 commit comments