<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: For sql classic, does number of driver also increase when auto scaled up? in Warehousing &amp; Analytics</title>
    <link>https://community.databricks.com/t5/warehousing-analytics/for-sql-classic-does-number-of-driver-also-increase-when-auto/m-p/132899#M2256</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/186288"&gt;@alexw4561&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;I would assume that.&amp;nbsp;They don’t scale by resizing a single cluster. Instead, they scale by adding or removing whole clusters. Each of those clusters has its own driver and workers. So if you configure min = 1 cluster, max = 10 clusters, Databricks can spin up to 10 separate clusters. The SQL Warehouse load balancer routes queries to one of these clusters. This is horizontal scaling at the cluster level.&lt;/P&gt;</description>
    <pubDate>Wed, 24 Sep 2025 06:21:54 GMT</pubDate>
    <dc:creator>szymon_dybczak</dc:creator>
    <dc:date>2025-09-24T06:21:54Z</dc:date>
    <item>
      <title>For sql classic, does number of driver also increase when auto scaled up?</title>
      <link>https://community.databricks.com/t5/warehousing-analytics/for-sql-classic-does-number-of-driver-also-increase-when-auto/m-p/132888#M2255</link>
      <description>&lt;P&gt;I know for spark clusters, the number of driver will remain the same and only the number of workers increases when auto scaling. But for sql classic warehouse I'm a bit confused, since it's scaling number of cluster not driver.&lt;/P&gt;</description>
      <pubDate>Wed, 24 Sep 2025 00:23:33 GMT</pubDate>
      <guid>https://community.databricks.com/t5/warehousing-analytics/for-sql-classic-does-number-of-driver-also-increase-when-auto/m-p/132888#M2255</guid>
      <dc:creator>alexw4561</dc:creator>
      <dc:date>2025-09-24T00:23:33Z</dc:date>
    </item>
    <item>
      <title>Re: For sql classic, does number of driver also increase when auto scaled up?</title>
      <link>https://community.databricks.com/t5/warehousing-analytics/for-sql-classic-does-number-of-driver-also-increase-when-auto/m-p/132899#M2256</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/186288"&gt;@alexw4561&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;I would assume that.&amp;nbsp;They don’t scale by resizing a single cluster. Instead, they scale by adding or removing whole clusters. Each of those clusters has its own driver and workers. So if you configure min = 1 cluster, max = 10 clusters, Databricks can spin up to 10 separate clusters. The SQL Warehouse load balancer routes queries to one of these clusters. This is horizontal scaling at the cluster level.&lt;/P&gt;</description>
      <pubDate>Wed, 24 Sep 2025 06:21:54 GMT</pubDate>
      <guid>https://community.databricks.com/t5/warehousing-analytics/for-sql-classic-does-number-of-driver-also-increase-when-auto/m-p/132899#M2256</guid>
      <dc:creator>szymon_dybczak</dc:creator>
      <dc:date>2025-09-24T06:21:54Z</dc:date>
    </item>
    <item>
      <title>Re: For sql classic, does number of driver also increase when auto scaled up?</title>
      <link>https://community.databricks.com/t5/warehousing-analytics/for-sql-classic-does-number-of-driver-also-increase-when-auto/m-p/132920#M2257</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/186288"&gt;@alexw4561&lt;/a&gt;&amp;nbsp;,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/110502"&gt;@szymon_dybczak&lt;/a&gt;&amp;nbsp;is indeed right as this page explains:&amp;nbsp;&lt;A href="https://docs.databricks.com/aws/en/compute/sql-warehouse/warehouse-behavior#queuing-and-autoscaling-logic" target="_blank"&gt;https://docs.databricks.com/aws/en/compute/sql-warehouse/warehouse-behavior#queuing-and-autoscaling-logic&lt;/A&gt;&lt;/P&gt;&lt;P&gt;We had the same question in the past and found out it indeed just adds an extra cluster.&lt;/P&gt;</description>
      <pubDate>Wed, 24 Sep 2025 11:13:27 GMT</pubDate>
      <guid>https://community.databricks.com/t5/warehousing-analytics/for-sql-classic-does-number-of-driver-also-increase-when-auto/m-p/132920#M2257</guid>
      <dc:creator>jebouwman</dc:creator>
      <dc:date>2025-09-24T11:13:27Z</dc:date>
    </item>
    <item>
      <title>Re: For sql classic, does number of driver also increase when auto scaled up?</title>
      <link>https://community.databricks.com/t5/warehousing-analytics/for-sql-classic-does-number-of-driver-also-increase-when-auto/m-p/132960#M2258</link>
      <description>&lt;P&gt;&lt;STRONG&gt;SQL Classic Warehouses&lt;/STRONG&gt;:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Scaling is done by &lt;STRONG&gt;adding or removing entire clusters&lt;/STRONG&gt;, not just workers.&lt;/LI&gt;&lt;LI&gt;Each cluster has &lt;STRONG&gt;its own driver and set of workers&lt;/STRONG&gt;.&lt;/LI&gt;&lt;LI&gt;So when autoscaling happens, &lt;STRONG&gt;more clusters (each with a driver + workers)&lt;/STRONG&gt; are added to handle concurrent query load.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Suppose if you are creating a M size cluster and you set the min scale at 1 and max at 5. The calculation will be:&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;At low load, you run 1 cluster → 1 driver + 8 workers.&lt;/LI&gt;&lt;LI&gt;At high load, Databricks may scale up to 5 clusters → 5 drivers + 40 workers.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 24 Sep 2025 16:30:12 GMT</pubDate>
      <guid>https://community.databricks.com/t5/warehousing-analytics/for-sql-classic-does-number-of-driver-also-increase-when-auto/m-p/132960#M2258</guid>
      <dc:creator>nayan_wylde</dc:creator>
      <dc:date>2025-09-24T16:30:12Z</dc:date>
    </item>
  </channel>
</rss>

