Skip to content

Commit b67f561

Browse files
Merge pull request #232592 from ilijazagorac/patch-7
Update resources-self-help-sql-on-demand.md
2 parents 3265c55 + 8722ffc commit b67f561

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/synapse-analytics/sql/resources-self-help-sql-on-demand.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1106,7 +1106,7 @@ Some general system constraints might affect your workload:
11061106
| Maximum identifier length in characters | 128. See [Limitations in SQL Server database engine](/sql/sql-server/maximum-capacity-specifications-for-sql-server#objects).|
11071107
| Maximum query duration | 30 minutes. |
11081108
| Maximum size of the result set | Up to 400 GB shared between concurrent queries. |
1109-
| Maximum concurrency | Not limited and depends on the query complexity and amount of data scanned. One serverless SQL pool can concurrently handle 1,000 active sessions that are executing lightweight queries. The numbers will drop if the queries are more complex or scan a larger amount of data. Please consider decreasing concurrency and starting queries over a longer period of time if possible.|
1109+
| Maximum concurrency | Not limited and depends on the query complexity and amount of data scanned. One serverless SQL pool can concurrently handle 1,000 active sessions that are executing lightweight queries. The numbers will drop if the queries are more complex or scan a larger amount of data, so in thatcase consider decreasing concurrency and execute queries over a longer period of time if possible.|
11101110
| Maximum size of External Table name | 100 characters. |
11111111

11121112
### Can't create a database in serverless SQL pool

0 commit comments

Comments
 (0)