<?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: Hi Experts 
I want to know the difference between connecting any  BI Tool  to Spark SQL and Databricks SQL end point? in Data Engineering</title>
    <link>https://community.databricks.com/t5/data-engineering/hi-experts-i-want-to-know-the-difference-between-connecting-any/m-p/27634#M19499</link>
    <description>&lt;P&gt;@Piper Wilson​&amp;nbsp; Thanks a lot.........Looking forward for the answers because it helps us to make a swtich from Spark SQL api to Databricks when connecting to BI tool.&lt;/P&gt;</description>
    <pubDate>Sat, 19 Feb 2022 07:21:24 GMT</pubDate>
    <dc:creator>BasavarajAngadi</dc:creator>
    <dc:date>2022-02-19T07:21:24Z</dc:date>
    <item>
      <title>Hi Experts 
I want to know the difference between connecting any  BI Tool  to Spark SQL and Databricks SQL end point?</title>
      <link>https://community.databricks.com/t5/data-engineering/hi-experts-i-want-to-know-the-difference-between-connecting-any/m-p/27632#M19497</link>
      <description>&lt;P&gt;Its all about spinning the spark cluster and both spark Sql api and databricks does the same operation what difference does it make to BI tools ?&lt;/P&gt;</description>
      <pubDate>Fri, 18 Feb 2022 16:08:39 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/hi-experts-i-want-to-know-the-difference-between-connecting-any/m-p/27632#M19497</guid>
      <dc:creator>BasavarajAngadi</dc:creator>
      <dc:date>2022-02-18T16:08:39Z</dc:date>
    </item>
    <item>
      <title>Re: Hi Experts 
I want to know the difference between connecting any  BI Tool  to Spark SQL and Databricks SQL end point?</title>
      <link>https://community.databricks.com/t5/data-engineering/hi-experts-i-want-to-know-the-difference-between-connecting-any/m-p/27633#M19498</link>
      <description>&lt;P&gt;Hi, @Basavaraj Angadi​&amp;nbsp;- My name is Piper, and I'm a moderator for Databricks. Thank you for coming to the community with your question. Let's give it a while for the community to respond. We'll circle back to this if we need to. &lt;/P&gt;</description>
      <pubDate>Fri, 18 Feb 2022 20:19:02 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/hi-experts-i-want-to-know-the-difference-between-connecting-any/m-p/27633#M19498</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-02-18T20:19:02Z</dc:date>
    </item>
    <item>
      <title>Re: Hi Experts 
I want to know the difference between connecting any  BI Tool  to Spark SQL and Databricks SQL end point?</title>
      <link>https://community.databricks.com/t5/data-engineering/hi-experts-i-want-to-know-the-difference-between-connecting-any/m-p/27634#M19499</link>
      <description>&lt;P&gt;@Piper Wilson​&amp;nbsp; Thanks a lot.........Looking forward for the answers because it helps us to make a swtich from Spark SQL api to Databricks when connecting to BI tool.&lt;/P&gt;</description>
      <pubDate>Sat, 19 Feb 2022 07:21:24 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/hi-experts-i-want-to-know-the-difference-between-connecting-any/m-p/27634#M19499</guid>
      <dc:creator>BasavarajAngadi</dc:creator>
      <dc:date>2022-02-19T07:21:24Z</dc:date>
    </item>
    <item>
      <title>Re: Hi Experts 
I want to know the difference between connecting any  BI Tool  to Spark SQL and Databricks SQL end point?</title>
      <link>https://community.databricks.com/t5/data-engineering/hi-experts-i-want-to-know-the-difference-between-connecting-any/m-p/27635#M19500</link>
      <description>&lt;P&gt;Hi @Basavaraj Angadi​&amp;nbsp;! There's a huge difference between Spark SQL and Databricks SQL endpoints. To name a few:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;B&gt;Queries are handled by an elastic load-balancer&lt;/B&gt; which spins up compute behind the scenes as your query load goes up or down. This load-balancer also does smart things with workload management (e.g. accelerating short queries) and caching (e.g. saving you from running a query if results are already available).&lt;/LI&gt;&lt;LI&gt;&lt;B&gt;Serverless execution&lt;/B&gt;. This is in preview. Unlike traditional Spark clusters, SQL endpoints can spin up compute to handle workloads &lt;I&gt;much&lt;/I&gt; faster.&lt;/LI&gt;&lt;LI&gt;&lt;B&gt;Brand new Photon execution engine. &lt;/B&gt;SQL endpoints use a native C++ based execution engine which is much, much faster than the JVM-based execution engine in Spark. The best part is you don't have to change anything, your queries will just work.&lt;/LI&gt;&lt;LI&gt;&lt;B&gt;Optimized BI stack&lt;/B&gt;. Brand new drivers for BI and the use of cloud storage for query result retrieval mean that your BI results come back to users way faster.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In short, I would definitely recommend using SQL endpoints. They're just better for BI in every possible way!&lt;/P&gt;</description>
      <pubDate>Sat, 19 Feb 2022 08:38:06 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/hi-experts-i-want-to-know-the-difference-between-connecting-any/m-p/27635#M19500</guid>
      <dc:creator>BilalAslamDbrx</dc:creator>
      <dc:date>2022-02-19T08:38:06Z</dc:date>
    </item>
    <item>
      <title>Re: Hi Experts 
I want to know the difference between connecting any  BI Tool  to Spark SQL and Databricks SQL end point?</title>
      <link>https://community.databricks.com/t5/data-engineering/hi-experts-i-want-to-know-the-difference-between-connecting-any/m-p/27636#M19501</link>
      <description>&lt;P&gt;Hey Bilal,&lt;/P&gt;&lt;P&gt;(1) and (3) are available in databricks sql as well, right?&lt;/P&gt;&lt;P&gt;Results are cached on cluster and you can now spin up a photon cluster as well in high concurrency mode.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In my opinion, SQL endpoints are fast but expensive as compared to datarbricks cluster (in terms of DBU). &lt;/P&gt;</description>
      <pubDate>Sat, 19 Feb 2022 23:38:46 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/hi-experts-i-want-to-know-the-difference-between-connecting-any/m-p/27636#M19501</guid>
      <dc:creator>AmanSehgal</dc:creator>
      <dc:date>2022-02-19T23:38:46Z</dc:date>
    </item>
    <item>
      <title>Re: Hi Experts 
I want to know the difference between connecting any  BI Tool  to Spark SQL and Databricks SQL end point?</title>
      <link>https://community.databricks.com/t5/data-engineering/hi-experts-i-want-to-know-the-difference-between-connecting-any/m-p/27637#M19502</link>
      <description>&lt;P&gt;Thanks @Bilal Aslam​&amp;nbsp;and @Aman Sehgal​&amp;nbsp;for jumping in! &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;@Basavaraj Angadi​&amp;nbsp;​&amp;nbsp;I want to make sure you got your question(s) answered! Will you let us know? Don't forget, you can select any reply as the "best answer" ! &lt;span class="lia-unicode-emoji" title=":smiling_face_with_smiling_eyes:"&gt;😊&lt;/span&gt; &lt;/P&gt;</description>
      <pubDate>Tue, 22 Feb 2022 22:29:00 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/hi-experts-i-want-to-know-the-difference-between-connecting-any/m-p/27637#M19502</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-02-22T22:29:00Z</dc:date>
    </item>
    <item>
      <title>Re: Hi Experts 
I want to know the difference between connecting any  BI Tool  to Spark SQL and Databricks SQL end point?</title>
      <link>https://community.databricks.com/t5/data-engineering/hi-experts-i-want-to-know-the-difference-between-connecting-any/m-p/27638#M19503</link>
      <description>&lt;P&gt;@Aman Sehgal​ the elastic load balancer is only available in SQL endpoints.&lt;/P&gt;</description>
      <pubDate>Tue, 01 Mar 2022 13:26:14 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/hi-experts-i-want-to-know-the-difference-between-connecting-any/m-p/27638#M19503</guid>
      <dc:creator>BilalAslamDbrx</dc:creator>
      <dc:date>2022-03-01T13:26:14Z</dc:date>
    </item>
  </channel>
</rss>

