Skip to content

Commit 7b130b4

Browse files
Merge pull request #232594 from ilijazagorac/patch-8
Update best-practices-serverless-sql-pool.md
2 parents 86d67b2 + 5f4e782 commit 7b130b4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

articles/synapse-analytics/sql/best-practices-serverless-sql-pool.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ Some generic guidelines are:
2626
- If you're returning a large number of results, make sure you're using SQL Server Management Studio or Azure Data Studio and not Azure Synapse Studio. Azure Synapse Studio is a web tool that isn't designed for large result sets.
2727
- If you're filtering results by string column, try to use a `BIN2_UTF8` collation. For more information on changing collations, refer to [Collation types supported for Synapse SQL](reference-collation-types.md).
2828
- Consider caching the results on the client side by using Power BI import mode or Azure Analysis Services, and periodically refresh them. Serverless SQL pools can't provide an interactive experience in Power BI Direct Query mode if you're using complex queries or processing a large amount of data.
29+
- Maximum concurrency is 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 that case consider decreasing concurrency and execute queries over a longer period of time if possible.
2930

3031
## Client applications and network connections
3132

0 commit comments

Comments
 (0)