<?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 Query Pushdown in Snowflake in Data Engineering</title>
    <link>https://community.databricks.com/t5/data-engineering/query-pushdown-in-snowflake/m-p/15530#M9846</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am wondering what documentation exists on Query Pushdown in Snowflake.&lt;/P&gt;&lt;P&gt;I noticed that a single function (monitonically_increasing_id()) prevented the entire query being pushed down to Snowflake during an ETL process. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is Pushdown coming from the Spark JDBC connector OR is this from Databricks itself?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is it possible to determine whether the query will be pushed down?&lt;/P&gt;</description>
    <pubDate>Mon, 13 Sep 2021 23:24:14 GMT</pubDate>
    <dc:creator>Sam</dc:creator>
    <dc:date>2021-09-13T23:24:14Z</dc:date>
    <item>
      <title>Query Pushdown in Snowflake</title>
      <link>https://community.databricks.com/t5/data-engineering/query-pushdown-in-snowflake/m-p/15530#M9846</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am wondering what documentation exists on Query Pushdown in Snowflake.&lt;/P&gt;&lt;P&gt;I noticed that a single function (monitonically_increasing_id()) prevented the entire query being pushed down to Snowflake during an ETL process. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is Pushdown coming from the Spark JDBC connector OR is this from Databricks itself?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is it possible to determine whether the query will be pushed down?&lt;/P&gt;</description>
      <pubDate>Mon, 13 Sep 2021 23:24:14 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/query-pushdown-in-snowflake/m-p/15530#M9846</guid>
      <dc:creator>Sam</dc:creator>
      <dc:date>2021-09-13T23:24:14Z</dc:date>
    </item>
    <item>
      <title>Re: Query Pushdown in Snowflake</title>
      <link>https://community.databricks.com/t5/data-engineering/query-pushdown-in-snowflake/m-p/15532#M9848</link>
      <description>&lt;P&gt;Hi Sam,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The Spark Connector applies predicate and query pushdown by capturing and analyzing the Spark logical plans for SQL operations. When the data source is Snowflake, the operations are translated into a SQL query and then executed in Snowflake to improve performance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, because this translation requires almost a one-to-one translation of Spark SQL operators to Snowflake expressions, not all of Spark SQL operators can be pushed down. When pushdown fails, the connector falls back to a less-optimized execution plan. The unsupported operations are instead performed in Spark.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://docs.snowflake.com/en/user-guide/spark-connector-use.html#pushdown" alt="https://docs.snowflake.com/en/user-guide/spark-connector-use.html#pushdown" target="_blank"&gt;https://docs.snowflake.com/en/user-guide/spark-connector-use.html#pushdown&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 11 Oct 2021 16:18:18 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/query-pushdown-in-snowflake/m-p/15532#M9848</guid>
      <dc:creator>siddhathPanchal</dc:creator>
      <dc:date>2021-10-11T16:18:18Z</dc:date>
    </item>
  </channel>
</rss>

