SQL Warehouse high number of concurrent queries
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-24-2023
02:46 AM
- last edited on
03-20-2025
10:15 AM
by
Advika
We are going to be a databricks customer and did some PoC tests. Our one test contains dataset in one partitioned table (15colums) is roughly 250M rows, each partition is ~50K-150K rows.
Occasionally we have hundreds (up to one thousand) concurrent users, each querying (sql select) different partition. According to
https://community.databricks.com/s/question/0D58Y00009ZuIHUSA3/sql-queries-on-databricks
, I can only run 10 concurrent SQL queries per cluster. So if I need to run more queries concurrently, I can increase number of clusters per SQL Warehouse (e.g. if I have 10 clusters per SQL Warehouse I can run 10x10=100 concurrent queries, isn't it?). I think that similar behaviour is possible to accomplish with more 'High concurrent clusters'.
Or are there others possibilities how to accomplish the requirement of 1 thousand of concurrent queries? Thx.
M.
- Labels:
-
Sql Warehouse