Skip to content

Commit 35a785e

Browse files
committed
update sql query limits
1 parent 3b811e6 commit 35a785e

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

articles/cosmos-db/concepts-limits.md

Lines changed: 4 additions & 7 deletions
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: 08/05/2019
8+
ms.date: 03/27/2020
99
---
1010

1111
# Azure Cosmos DB service quotas
@@ -143,15 +143,12 @@ Cosmos DB supports querying items using [SQL](how-to-sql-query.md). The followin
143143

144144
| Resource | Default limit |
145145
| --- | --- |
146-
| Maximum length of SQL query| 256 KB <sup>*</sup>|
146+
| Maximum length of SQL query| 256 KB |
147147
| Maximum JOINs per query| 5 <sup>*</sup>|
148-
| Maximum ANDs per query| 2000 <sup>*</sup>|
149-
| Maximum ORs per query| 2000 <sup>*</sup>|
150148
| Maximum UDFs per query| 10 <sup>*</sup>|
151-
| Maximum arguments per IN expression| 6000 <sup>*</sup>|
152-
| Maximum points per polygon| 4096 <sup>*</sup>|
149+
| Maximum points per polygon| 4096 |
153150

154-
<sup>*</sup> You can increase any of these SQL query limits by contacting Azure Support.
151+
<sup>*</sup> You can increase these SQL query limits by contacting Azure Support.
155152

156153
## MongoDB API-specific limits
157154

0 commit comments

Comments
 (0)