Skip to content

Commit ebd87fa

Browse files
authored
Merge pull request #110113 from timsander1/master
update indexing limits
2 parents 824acdd + cdf2ab3 commit ebd87fa

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

articles/cosmos-db/concepts-limits.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ author: abhijitpai
55
ms.author: abpai
66
ms.service: cosmos-db
77
ms.topic: conceptual
8-
ms.date: 03/27/2020
8+
ms.date: 04/03/2020
99
---
1010

1111
# Azure Cosmos DB service quotas
@@ -147,6 +147,9 @@ Cosmos DB supports querying items using [SQL](how-to-sql-query.md). The followin
147147
| Maximum JOINs per query| 5 <sup>*</sup>|
148148
| Maximum UDFs per query| 10 <sup>*</sup>|
149149
| 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 |
150153

151154
<sup>*</sup> You can increase these SQL query limits by contacting Azure Support.
152155

articles/cosmos-db/mongodb-indexing.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ ms.service: cosmos-db
55
ms.subservice: cosmosdb-mongo
66
ms.devlang: nodejs
77
ms.topic: conceptual
8-
ms.date: 03/27/2020
8+
ms.date: 04/03/2020
99
author: timsander1
1010
ms.author: tisande
1111

@@ -30,7 +30,7 @@ You can create indexes on any single field. The sort order of the single field i
3030

3131
`db.coll.createIndex({name:1})`
3232

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.
3434

3535
### Compound indexes (3.6)
3636

0 commit comments

Comments
 (0)