1. Databricks Documentation
"What are SQL warehouses?": This document explicitly contrasts the different types of SQL warehouses. It states
"Serverless SQL warehouses... provide instant compute... Pro and Classic SQL warehouses take several minutes to start." This directly supports the choice of Serverless for eliminating start-up time.
Source: Databricks Documentation > Data Warehousing > What are SQL warehouses? > SQL warehouse types.
2. Databricks Documentation
"Configure SQL warehouses": This page details the configuration options. Regarding "Auto stop
" it recommends keeping it enabled (e.g.
at 10 minutes) to "avoid paying for idle time
" which explains why option C is incorrect from a cost-management perspective. The "Scaling" section clarifies that this feature manages the number of clusters to handle query load
not initial start-up
making option D incorrect.
Source: Databricks Documentation > Data Warehousing > Configure SQL warehouses > General & Advanced options.
3. Databricks Documentation
"Serverless compute for SQL warehouses": This page reinforces the benefit of Serverless endpoints. It highlights
"Benefits of serverless SQL warehouses include: ... Fast start-up time for SQL warehouses." This confirms that Serverless is the intended solution for the problem described.
Source: Databricks Documentation > Data Warehousing > Serverless compute for SQL warehouses.