<?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: What is a Warehouse in Databricks SQL? in Data Engineering</title>
    <link>https://community.databricks.com/t5/data-engineering/what-is-a-warehouse-in-databricks-sql/m-p/167491#M55720</link>
    <description>&lt;P&gt;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/250070"&gt;@gowri_databrick&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;SQL warehouse is a managed compute resource inside Databricks optimized exclusively for running &lt;STRONG&gt;SQL&lt;/STRONG&gt; queries, powering AI/BI dashboards and handling SQL based analytics workloads. The main difference between a warehouse and an all purpose cluster is specialization - all purpose compute is designed for &lt;STRONG&gt;multi language&lt;/STRONG&gt; notebook execution (Python, Scala, R, and SQL) whereas SQL warehouse focuses purely on &lt;STRONG&gt;SQL&lt;/STRONG&gt; execution. It uses intelligent query compilation, automated query optimization, result caching and &lt;STRONG&gt;default Photon&lt;/STRONG&gt; acceleration for high-performance query execution.&lt;/P&gt;&lt;P&gt;You can use warehouses for Databricks SQL queries, scheduled alerts and external BI integrations (&lt;STRONG&gt;Power BI / Tableau&lt;/STRONG&gt;). You can use SQL warehouses for most SQL analytical use cases as it removes infrastructure management and provides quick startup times, dynamic auto-scaling based on incoming query concurrency.&lt;/P&gt;&lt;P&gt;You can route the dashboard queries, BI tool connections and ad hoc analytical SQL via a SQL warehouse. Use all purpose / serverless compute / job clusters for workflows that require custom library installations, multi-language notebooks, data engineering pipelines or machine learning tasks.&lt;/P&gt;</description>
    <pubDate>Fri, 04 Sep 2026 06:31:50 GMT</pubDate>
    <dc:creator>balajij8</dc:creator>
    <dc:date>2026-09-04T06:31:50Z</dc:date>
    <item>
      <title>What is a Warehouse in Databricks SQL?</title>
      <link>https://community.databricks.com/t5/data-engineering/what-is-a-warehouse-in-databricks-sql/m-p/167478#M55716</link>
      <description>&lt;P class=""&gt;Hi everyone,&lt;/P&gt;&lt;P&gt;I’m learning Databricks SQL and came across SQL warehouses.&lt;/P&gt;&lt;P&gt;I understand that a SQL warehouse provides compute resources for running SQL queries, but I’m not clear about how it is different from other compute options in Databricks.&lt;/P&gt;&lt;P&gt;When should we use a SQL warehouse, and what are the main things to consider when choosing one?&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Fri, 04 Sep 2026 04:36:00 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/what-is-a-warehouse-in-databricks-sql/m-p/167478#M55716</guid>
      <dc:creator>gowri_databrick</dc:creator>
      <dc:date>2026-09-04T04:36:00Z</dc:date>
    </item>
    <item>
      <title>Re: What is a Warehouse in Databricks SQL?</title>
      <link>https://community.databricks.com/t5/data-engineering/what-is-a-warehouse-in-databricks-sql/m-p/167488#M55717</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&amp;nbsp;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/250070"&gt;@gowri_databrick&lt;/a&gt;&amp;nbsp;,&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN&gt;A SQL warehouse is Databricks compute specifically optimized for &lt;/SPAN&gt;&lt;STRONG&gt;&lt;SPAN&gt;SQL analytics workloads&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN&gt;. It is commonly used behind Databricks SQL, dashboards, BI tools, ad-hoc SQL analysis, and SQL-based jobs.&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN&gt;The main difference from general Databricks compute is the workload it is designed for.&lt;BR /&gt;General-purpose or jobs compute is better when you need Spark notebooks, Python/Scala workloads, custom libraries, or more control over cluster configuration.&lt;BR /&gt;A SQL warehouse is aimed at users and applications that mainly need fast, scalable SQL query execution.&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN&gt;A simple rule of thumb is:&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;STRONG&gt;&lt;SPAN&gt;Mostly SQL, dashboards, or BI -&amp;gt; SQL warehouse.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Python/Scala/Spark development or custom compute requirements -&amp;gt; general/serverless notebook or job compute.&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;If my answer was helpful, please consider marking it as accepted solution.&lt;/P&gt;</description>
      <pubDate>Fri, 04 Sep 2026 06:13:42 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/what-is-a-warehouse-in-databricks-sql/m-p/167488#M55717</guid>
      <dc:creator>szymon_dybczak</dc:creator>
      <dc:date>2026-09-04T06:13:42Z</dc:date>
    </item>
    <item>
      <title>Re: What is a Warehouse in Databricks SQL?</title>
      <link>https://community.databricks.com/t5/data-engineering/what-is-a-warehouse-in-databricks-sql/m-p/167490#M55719</link>
      <description>&lt;P&gt;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/250070"&gt;@gowri_databrick&lt;/a&gt;&amp;nbsp;you have the core idea right. A SQL warehouse is SQL-optimized compute that executes queries against your lakehouse data. Your tables remain in cloud storage, while admins use Unity Catalog to govern access to most assets.&lt;/P&gt;&lt;P&gt;Use a SQL warehouse for SQL analytics, AI/BI dashboards, Power BI or Tableau, SQL jobs, and SQL-focused notebook work. Choose notebook or job compute for data engineering, ML, custom libraries, or non-SQL Spark workloads.&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;P&gt;Databricks recommends using serverless SQL warehouses when available.&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;A href="https://docs.databricks.com/aws/en/compute/sql-warehouse" target="_blank"&gt;Source: Databricks documentation&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Choose Pro when you need custom networking or serverless is unavailable. Classic provides entry-level performance.&lt;/P&gt;&lt;P&gt;Choose the warehouse size based on each query's compute needs and the maximum cluster count based on concurrency. Configure auto-stop to control idle spend, then review queued queries, query history, and spill metrics when tuning.&lt;/P&gt;&lt;P&gt;Hope this helps! Please, let us know if you need more specific answers for your specific scenarios.&lt;/P&gt;</description>
      <pubDate>Fri, 04 Sep 2026 06:20:49 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/what-is-a-warehouse-in-databricks-sql/m-p/167490#M55719</guid>
      <dc:creator>ivanvyd</dc:creator>
      <dc:date>2026-09-04T06:20:49Z</dc:date>
    </item>
    <item>
      <title>Re: What is a Warehouse in Databricks SQL?</title>
      <link>https://community.databricks.com/t5/data-engineering/what-is-a-warehouse-in-databricks-sql/m-p/167491#M55720</link>
      <description>&lt;P&gt;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/250070"&gt;@gowri_databrick&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;SQL warehouse is a managed compute resource inside Databricks optimized exclusively for running &lt;STRONG&gt;SQL&lt;/STRONG&gt; queries, powering AI/BI dashboards and handling SQL based analytics workloads. The main difference between a warehouse and an all purpose cluster is specialization - all purpose compute is designed for &lt;STRONG&gt;multi language&lt;/STRONG&gt; notebook execution (Python, Scala, R, and SQL) whereas SQL warehouse focuses purely on &lt;STRONG&gt;SQL&lt;/STRONG&gt; execution. It uses intelligent query compilation, automated query optimization, result caching and &lt;STRONG&gt;default Photon&lt;/STRONG&gt; acceleration for high-performance query execution.&lt;/P&gt;&lt;P&gt;You can use warehouses for Databricks SQL queries, scheduled alerts and external BI integrations (&lt;STRONG&gt;Power BI / Tableau&lt;/STRONG&gt;). You can use SQL warehouses for most SQL analytical use cases as it removes infrastructure management and provides quick startup times, dynamic auto-scaling based on incoming query concurrency.&lt;/P&gt;&lt;P&gt;You can route the dashboard queries, BI tool connections and ad hoc analytical SQL via a SQL warehouse. Use all purpose / serverless compute / job clusters for workflows that require custom library installations, multi-language notebooks, data engineering pipelines or machine learning tasks.&lt;/P&gt;</description>
      <pubDate>Fri, 04 Sep 2026 06:31:50 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/what-is-a-warehouse-in-databricks-sql/m-p/167491#M55720</guid>
      <dc:creator>balajij8</dc:creator>
      <dc:date>2026-09-04T06:31:50Z</dc:date>
    </item>
    <item>
      <title>Re: What is a Warehouse in Databricks SQL?</title>
      <link>https://community.databricks.com/t5/data-engineering/what-is-a-warehouse-in-databricks-sql/m-p/167512#M55727</link>
      <description>&lt;P&gt;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/250070"&gt;@gowri_databrick&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;Good Question and it's useful to understand this early because databricks gives you different compute options for different ways of getting insights from data. I have elaborated bit more in the below.&lt;BR /&gt;&lt;BR /&gt;The simplest way to think about it is: the compute options aren’t really competing with each other, they’re optimized for different use cases.&lt;/P&gt;&lt;TABLE border="1" width="100%"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD width="50%" height="57px"&gt;&lt;STRONG&gt;Compute&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD width="25%" height="57px"&gt;&lt;STRONG&gt;Best Fit&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD width="12.5%" height="57px"&gt;&lt;STRONG&gt;Life Cycle&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD width="6.25%" height="57px"&gt;&lt;STRONG&gt;concurrency/ scaling&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD width="6.25%" height="57px"&gt;&lt;STRONG&gt;Typical Users&lt;/STRONG&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="50%" height="112px"&gt;SQL Warehouse&lt;/TD&gt;&lt;TD width="25%" height="112px"&gt;SQL analytics, BI tools, dashboards, SQL Editor, JDBC/ODBC clients&lt;/TD&gt;&lt;TD width="12.5%" height="112px"&gt;Long lived service, can auto start/ auto stop.&lt;/TD&gt;&lt;TD width="6.25%" height="112px"&gt;optimized for many concurrent sql queries.&lt;/TD&gt;&lt;TD width="6.25%" height="112px"&gt;Analysts, BI Tools&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="50%" height="112px"&gt;All-purpose / interactive compute&lt;/TD&gt;&lt;TD width="25%" height="112px"&gt;Interactive notebooks, development and exploration using Python/Scala/SQL&lt;/TD&gt;&lt;TD width="12.5%" height="112px"&gt;usually kept running while the users work&lt;/TD&gt;&lt;TD width="6.25%" height="112px"&gt;Shared interactive compute&lt;/TD&gt;&lt;TD width="6.25%" height="112px"&gt;Data Engineers, Data Scientists&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="50%" height="112px"&gt;Job Compute&lt;/TD&gt;&lt;TD width="25%" height="112px"&gt;Scheduled production pipelines and automated workloads&lt;/TD&gt;&lt;TD width="12.5%" height="112px"&gt;Starts for the Job and Terminates after.&lt;/TD&gt;&lt;TD width="6.25%" height="112px"&gt;Scales for job workload.&lt;/TD&gt;&lt;TD width="6.25%" height="112px"&gt;Production workflows&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="112px"&gt;Serverless&lt;/TD&gt;&lt;TD height="112px"&gt;Fast starting for SQL/ notebook/job workloads&amp;nbsp;&lt;/TD&gt;&lt;TD height="112px"&gt;Fully managed, quick warm up.&lt;/TD&gt;&lt;TD height="112px"&gt;Databricks manages scaling/ infrastructure&lt;/TD&gt;&lt;TD height="112px"&gt;Teams requiring low ops overhead.&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;STRONG&gt;So the thumb rule is:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;BI tool / SQL analytics&amp;nbsp;→ SQL Warehouse&lt;BR /&gt;Interactive notebook development → interactive compute&lt;BR /&gt;Scheduled pipeline → job compute.&lt;BR /&gt;For quick Warm up and No maintenance Overhead → Serverless&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;SQL warehouses are optimized for SQL query performance and BI-style concurrency, and Databricks generally recommends Serverless SQL Warehouses for most SQL workloads. The docs &lt;A href="https://docs.databricks.com/aws/en/compute/choose-compute" target="_self"&gt;here&lt;/A&gt; talks about the compute recommendations.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;The three SQL warehouse types:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Serverless:&lt;/STRONG&gt; Usually the default choice. Includes Photon, Predictive I/O and Intelligent Workload Management, starts quickly, and scales well for concurrent users.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Pro:&lt;/STRONG&gt; Includes Photon and Predictive I/O. Useful when Serverless is unavailable or you need custom networking/hybrid connectivity.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Classic:&lt;/STRONG&gt; Older option, with fewer performance and automation features than Serverless or Pro.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;A few practical points to consider:&lt;/STRONG&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Warehouse size helps when an individual query needs more compute.&lt;/LI&gt;&lt;LI&gt;Max clusters helps when many users/queries are running concurrently.&lt;/LI&gt;&lt;LI&gt;Auto stop is important for avoiding idle cost.&lt;/LI&gt;&lt;LI&gt;Serverless is usually the easiest option for BI workloads because startup and scaling are much faster.&lt;/LI&gt;&lt;LI&gt;Concurrency matters as BI tools/ dashboards generate multiple queries, so test with realistic load.&lt;/LI&gt;&lt;LI&gt;Don't scale blindly as High execution time points to query tuning/size, high queue time points to concurrency/ max clusters.&lt;/LI&gt;&lt;LI&gt;watch cost vs run time as large warehouses sometime finish faster and cost less overall than small one running longer.&amp;nbsp;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;STRONG&gt;For Example in the below use case:&lt;/STRONG&gt;&lt;BR /&gt;Power BI / Tableau / SQL Editor -&amp;gt; SQL Warehouse -&amp;gt; Gold tables&lt;BR /&gt;&lt;BR /&gt;Multiple&amp;nbsp;analysts querying dashboards during the day could use a Small Serverless warehouse with autoscaling and auto-stop, then tune further based on query latency and queueing (&lt;EM&gt;Can check this from Query History -&amp;gt; filter by warehouse -&amp;gt; check the duration/ total execution time, waiting/queue time/ rows read or bytes read or spill)&lt;/EM&gt;.&lt;BR /&gt;&lt;BR /&gt;But if same Gold tables are re-built nightly using python/pyspark (Nightly ETL notebook -&amp;gt; Job compute -&amp;gt; Gold tables), then the workload belongs on Job compute, not the BI warehouse.&lt;/P&gt;</description>
      <pubDate>Fri, 04 Sep 2026 09:03:27 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/what-is-a-warehouse-in-databricks-sql/m-p/167512#M55727</guid>
      <dc:creator>data_pulse</dc:creator>
      <dc:date>2026-09-04T09:03:27Z</dc:date>
    </item>
    <item>
      <title>Re: What is a Warehouse in Databricks SQL?</title>
      <link>https://community.databricks.com/t5/data-engineering/what-is-a-warehouse-in-databricks-sql/m-p/167521#M55729</link>
      <description>&lt;P&gt;Hello,&amp;nbsp;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/250070"&gt;@gowri_databrick&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;Here is a quick example that makes it super clear.&lt;/DIV&gt;&lt;DIV&gt;Try creating a new notebook and changing the attached compute resource to Serverless SQL Warehouse.&lt;/DIV&gt;&lt;DIV&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot 2026-09-04 at 18.16.23.png" style="width: 691px;"&gt;&lt;img src="https://community.databricks.com/t5/image/serverpage/image-id/30718iB0F6607B0CA51207/image-dimensions/691x306?v=v2" width="691" height="306" role="button" title="Screenshot 2026-09-04 at 18.16.23.png" alt="Screenshot 2026-09-04 at 18.16.23.png" /&gt;&lt;/span&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;DIV&gt;You'll immediately get an error saying:&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;"SQL Warehouse only support SQL and Markdown cells. Cells of other language types will fail during execution."&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;In other words, it's an environment strictly configured to run only SQL! (and Markdown)&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;As others have mentioned in their replies, Databricks has different compute options depending on your purpose. It's easiest to think of it like this:&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp; "I'm mostly going to use SQL!" -&amp;gt; Use SQL Warehouse.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp; "I want to work in notebooks using both Python and SQL!" -&amp;gt; Use All-purpose compute.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp; "I need to run scheduled jobs!" -&amp;gt; Use Job compute.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;While we're on the topic, let me also explain how to create one.&lt;/DIV&gt;&lt;DIV&gt;You just go to "Workspace -&amp;gt; Compute -&amp;gt; SQL warehouses tab and click the [Create SQL warehouse]"&lt;/DIV&gt;&lt;DIV&gt;(Of course, not just anyone can do this—you need to have cluster creation permissions!)&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Once you click it, the settings screen pops up. Here are the main options:&lt;/DIV&gt;&lt;DIV&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="sql-warehouse-config-5fe77221b3d258c64f6392991afed382" style="width: 527px;"&gt;&lt;img src="https://community.databricks.com/t5/image/serverpage/image-id/30719iBC40C2C83461356F/image-dimensions/527x290?v=v2" width="527" height="290" role="button" title="sql-warehouse-config-5fe77221b3d258c64f6392991afed382" alt="sql-warehouse-config-5fe77221b3d258c64f6392991afed382" /&gt;&lt;/span&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT color="#808080"&gt;(Image source: Databricks Documentation : &lt;A href="https://docs.databricks.com/aws/en/compute/sql-warehouse/create" target="_blank" rel="noopener"&gt;https://docs.databricks.com/aws/en/compute/sql-warehouse/create&lt;/A&gt; )&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&lt;STRONG&gt;(1) Name:&lt;/STRONG&gt; Just name your SQL warehouse.&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&lt;STRONG&gt;(2) Cluster size:&lt;/STRONG&gt; You can choose sizes from 2X-Small to 4X-Large, just like t-shirt sizes.&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;The larger the size, the faster it processes heavy and complex queries. If it's just for development, starting with 2X-Small or Small is usually more than enough. ++&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;You'll see the term "DBU" on the screen. Think of it as a billing coin or metric Databricks uses to measure how much compute resource you've consumed. You can get a rough feel for it by checking the Databricks pricing page.&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot 2026-09-04 at 18.26.44.png" style="width: 711px;"&gt;&lt;img src="https://community.databricks.com/t5/image/serverpage/image-id/30721i4976FC623075C1D9/image-dimensions/711x263?v=v2" width="711" height="263" role="button" title="Screenshot 2026-09-04 at 18.26.44.png" alt="Screenshot 2026-09-04 at 18.26.44.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&lt;A href="https://www.databricks.com/product/pricing/product-pricing/instance-types" target="_blank" rel="noopener"&gt;https://www.databricks.com/product/pricing/product-pricing/instance-types&lt;/A&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&lt;STRONG&gt;(3) Auto stop:&lt;/STRONG&gt; A must-have setting that automatically turns off the warehouse (and stops the billing) if no one uses it for a specified time.&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&lt;STRONG&gt;(4) Scaling:&lt;/STRONG&gt; By setting Min-Max values, it will automatically scale out when the number of concurrent users increases.&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&lt;STRONG&gt;(5) Type:&lt;/STRONG&gt; There are 3 options—Serverless, Pro, and Classic.&lt;/SPAN&gt;&lt;/DIV&gt;&lt;UL&gt;&lt;LI&gt;&lt;SPAN&gt;&lt;U&gt;Serverless:&lt;/U&gt; Literally turns on super fast (in seconds). Databricks manages all the backend infrastructure, and it includes all the optimization features. It's the highly recommended "Best Practice" choice.&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;U&gt;Pro:&lt;/U&gt; The compute resources are created inside your own cloud account, so it takes a few minutes to start up. You might wonder, "Why use this then?" It's used when Serverless isn't supported in your region yet, or when your company's security policies require the compute to be spun up inside your own cloud network (VPC/VNet).&lt;/LI&gt;&lt;LI&gt;&lt;U&gt;Classic:&lt;/U&gt; You can think of this as an entry-level option that provides basic performance without the advanced optimization features.&lt;/LI&gt;&lt;/UL&gt;&lt;DIV&gt;&lt;SPAN&gt;+ Recently, they also introduced a new SQL warehouse type called "Lakehouse Real-Time," which is capable of sub-second latency. (Though this is still in Beta!)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;+ If you're curious about the detailed optimization features I briefly skipped over (like Predictive IO or Intelligent Workload Management), please refer to the official docs below.&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&lt;A href="https://docs.databricks.com/aws/en/compute/sql-warehouse/warehouse-types" target="_blank" rel="noopener"&gt;https://docs.databricks.com/aws/en/compute/sql-warehouse/warehouse-types&lt;/A&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Hope this helps!&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;</description>
      <pubDate>Fri, 04 Sep 2026 09:32:34 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/what-is-a-warehouse-in-databricks-sql/m-p/167521#M55729</guid>
      <dc:creator>hayoni</dc:creator>
      <dc:date>2026-09-04T09:32:34Z</dc:date>
    </item>
  </channel>
</rss>

