<?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 the difference between Databricks SQL vs Databricks cluster with Photon runtime? in Warehousing &amp; Analytics</title>
    <link>https://community.databricks.com/t5/warehousing-analytics/what-is-the-difference-between-databricks-sql-vs-databricks/m-p/21370#M505</link>
    <description>&lt;P&gt;I wouldn't call them the same as Databricks SQL runtime is a bit different (not everything is supported for example UDFs), new releases are separated from standard runtimes updates: &lt;A href="https://docs.databricks.com/sql/release-notes/index.html" target="test_blank"&gt;https://docs.databricks.com/sql/release-notes/index.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Databricks cluster can handle notebooks. SQL endpoint is only for SQL queries.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Both can be in photon or non-photon versions. Photon has a bunch of improvements for example better handle small files problem.&lt;/P&gt;</description>
    <pubDate>Fri, 06 May 2022 15:21:10 GMT</pubDate>
    <dc:creator>Hubert-Dudek</dc:creator>
    <dc:date>2022-05-06T15:21:10Z</dc:date>
    <item>
      <title>What is the difference between Databricks SQL vs Databricks cluster with Photon runtime?</title>
      <link>https://community.databricks.com/t5/warehousing-analytics/what-is-the-difference-between-databricks-sql-vs-databricks/m-p/21366#M501</link>
      <description />
      <pubDate>Thu, 20 Mar 2025 17:31:59 GMT</pubDate>
      <guid>https://community.databricks.com/t5/warehousing-analytics/what-is-the-difference-between-databricks-sql-vs-databricks/m-p/21366#M501</guid>
      <dc:creator>jwilliam</dc:creator>
      <dc:date>2025-03-20T17:31:59Z</dc:date>
    </item>
    <item>
      <title>Re: What is the difference between Databricks SQL vs Databricks cluster with Photon runtime?</title>
      <link>https://community.databricks.com/t5/warehousing-analytics/what-is-the-difference-between-databricks-sql-vs-databricks/m-p/21367#M502</link>
      <description>&lt;P&gt;They are very similar.  Databricks SQL uses compute that has photon enabled.  A traditional cluster with photon enabled does allow for a few more configurations to be set around the cluster architecture and settings.  The traditional cluster will also have more libraries installed as it needs to run things in various languages, where the endpoints only needs SQL APIs.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://docs.databricks.com/runtime/photon.html#limitations" target="test_blank"&gt;https://docs.databricks.com/runtime/photon.html#limitations&lt;/A&gt;. This lists some limitations, although additional data source reads is in preview now.  &lt;/P&gt;</description>
      <pubDate>Fri, 06 May 2022 11:40:40 GMT</pubDate>
      <guid>https://community.databricks.com/t5/warehousing-analytics/what-is-the-difference-between-databricks-sql-vs-databricks/m-p/21367#M502</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-05-06T11:40:40Z</dc:date>
    </item>
    <item>
      <title>Re: What is the difference between Databricks SQL vs Databricks cluster with Photon runtime?</title>
      <link>https://community.databricks.com/t5/warehousing-analytics/what-is-the-difference-between-databricks-sql-vs-databricks/m-p/21368#M503</link>
      <description>&lt;P&gt;Thank you. Will traditional cluster support serverless execution in the future or only SQL endpoints support that?&lt;/P&gt;&lt;P&gt;And are there any optimization tweaks in Databricks SQL that makes it perhaps faster than traditional Databricks cluster running only SQL queries?&lt;/P&gt;</description>
      <pubDate>Fri, 06 May 2022 13:08:29 GMT</pubDate>
      <guid>https://community.databricks.com/t5/warehousing-analytics/what-is-the-difference-between-databricks-sql-vs-databricks/m-p/21368#M503</guid>
      <dc:creator>jwilliam</dc:creator>
      <dc:date>2022-05-06T13:08:29Z</dc:date>
    </item>
    <item>
      <title>Re: What is the difference between Databricks SQL vs Databricks cluster with Photon runtime?</title>
      <link>https://community.databricks.com/t5/warehousing-analytics/what-is-the-difference-between-databricks-sql-vs-databricks/m-p/21369#M504</link>
      <description>&lt;P&gt;Serverless for traditional compute is in preview for single node machines and multinode cluster serverless is on the roadmap.  &lt;/P&gt;&lt;P&gt;I'm sure there are a few optimizations that makes things faster.  Simple things such as caching metadata in the metastore helps.  &lt;/P&gt;</description>
      <pubDate>Fri, 06 May 2022 15:06:02 GMT</pubDate>
      <guid>https://community.databricks.com/t5/warehousing-analytics/what-is-the-difference-between-databricks-sql-vs-databricks/m-p/21369#M504</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-05-06T15:06:02Z</dc:date>
    </item>
    <item>
      <title>Re: What is the difference between Databricks SQL vs Databricks cluster with Photon runtime?</title>
      <link>https://community.databricks.com/t5/warehousing-analytics/what-is-the-difference-between-databricks-sql-vs-databricks/m-p/21370#M505</link>
      <description>&lt;P&gt;I wouldn't call them the same as Databricks SQL runtime is a bit different (not everything is supported for example UDFs), new releases are separated from standard runtimes updates: &lt;A href="https://docs.databricks.com/sql/release-notes/index.html" target="test_blank"&gt;https://docs.databricks.com/sql/release-notes/index.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Databricks cluster can handle notebooks. SQL endpoint is only for SQL queries.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Both can be in photon or non-photon versions. Photon has a bunch of improvements for example better handle small files problem.&lt;/P&gt;</description>
      <pubDate>Fri, 06 May 2022 15:21:10 GMT</pubDate>
      <guid>https://community.databricks.com/t5/warehousing-analytics/what-is-the-difference-between-databricks-sql-vs-databricks/m-p/21370#M505</guid>
      <dc:creator>Hubert-Dudek</dc:creator>
      <dc:date>2022-05-06T15:21:10Z</dc:date>
    </item>
    <item>
      <title>Re: What is the difference between Databricks SQL vs Databricks cluster with Photon runtime?</title>
      <link>https://community.databricks.com/t5/warehousing-analytics/what-is-the-difference-between-databricks-sql-vs-databricks/m-p/21371#M506</link>
      <description>&lt;P&gt;Great question! There are similarities and differences:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Similarities&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Photon is enabled on both&lt;/LI&gt;&lt;LI&gt;You have Databricks Runtime on both&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Differences&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Databricks Runtime (DBR) version is managed and auto-upgraded in Databricks SQL. Because SQL is a narrower workload than, say, data science, we automatically manage the version of DBR that runs on Databricks SQL Endpoints. This is a good thing - you don't have to worry about upgrading etc.&lt;/LI&gt;&lt;LI&gt;DBR behaves slightly differently on SQL Endpoints compared to Clusters. This is again a good thing. Mostly we optimize for the SQL workload and set configs automatically so you don't have to.&lt;/LI&gt;&lt;LI&gt;SQL Endpoints are actually behind a scalable gateway proxy. This proxy can, among other things, scale out the clusters as your SQL workload scales up or down. This brings elasticity to your workloads. A bunch of stuff like caching and metadata processing go here, too, to speed things up.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TL;DR if you are doing SQL/BI, please consider using SQL Endpoints, it's generally the best choice for that workload.&lt;/P&gt;</description>
      <pubDate>Fri, 13 May 2022 06:20:15 GMT</pubDate>
      <guid>https://community.databricks.com/t5/warehousing-analytics/what-is-the-difference-between-databricks-sql-vs-databricks/m-p/21371#M506</guid>
      <dc:creator>BilalAslamDbrx</dc:creator>
      <dc:date>2022-05-13T06:20:15Z</dc:date>
    </item>
  </channel>
</rss>

