<?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: How can I use data skipping with Delta Lake in Data Engineering</title>
    <link>https://community.databricks.com/t5/data-engineering/how-can-i-use-data-skipping-with-delta-lake/m-p/25330#M17603</link>
    <description>&lt;P&gt;You do not need to configure data skipping for delta lake, it would be used whenever applicable. &lt;/P&gt;&lt;P&gt;The effectiveness of data skipping would depend on the layout and you could apply &lt;A href="https://docs.databricks.com/delta/optimizations/file-mgmt.html#delta-zorder" alt="https://docs.databricks.com/delta/optimizations/file-mgmt.html#delta-zorder" target="_blank"&gt;Z-Ordering&lt;/A&gt; for best results. &lt;/P&gt;</description>
    <pubDate>Fri, 18 Jun 2021 00:00:38 GMT</pubDate>
    <dc:creator>sajith_appukutt</dc:creator>
    <dc:date>2021-06-18T00:00:38Z</dc:date>
    <item>
      <title>How can I use data skipping with Delta Lake</title>
      <link>https://community.databricks.com/t5/data-engineering/how-can-i-use-data-skipping-with-delta-lake/m-p/25329#M17602</link>
      <description>&lt;P&gt;How does data skipping work with delta lake, can I run &lt;B&gt;ANALYZE TABLE COMPUTE STATISTICS with Delta lake? or Zorder going to solve these problems?&lt;/B&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 10 Jun 2021 04:12:01 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/how-can-i-use-data-skipping-with-delta-lake/m-p/25329#M17602</guid>
      <dc:creator>Srikanth_Gupta_</dc:creator>
      <dc:date>2021-06-10T04:12:01Z</dc:date>
    </item>
    <item>
      <title>Re: How can I use data skipping with Delta Lake</title>
      <link>https://community.databricks.com/t5/data-engineering/how-can-i-use-data-skipping-with-delta-lake/m-p/25330#M17603</link>
      <description>&lt;P&gt;You do not need to configure data skipping for delta lake, it would be used whenever applicable. &lt;/P&gt;&lt;P&gt;The effectiveness of data skipping would depend on the layout and you could apply &lt;A href="https://docs.databricks.com/delta/optimizations/file-mgmt.html#delta-zorder" alt="https://docs.databricks.com/delta/optimizations/file-mgmt.html#delta-zorder" target="_blank"&gt;Z-Ordering&lt;/A&gt; for best results. &lt;/P&gt;</description>
      <pubDate>Fri, 18 Jun 2021 00:00:38 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/how-can-i-use-data-skipping-with-delta-lake/m-p/25330#M17603</guid>
      <dc:creator>sajith_appukutt</dc:creator>
      <dc:date>2021-06-18T00:00:38Z</dc:date>
    </item>
    <item>
      <title>Re: How can I use data skipping with Delta Lake</title>
      <link>https://community.databricks.com/t5/data-engineering/how-can-i-use-data-skipping-with-delta-lake/m-p/35620#M25929</link>
      <description>&lt;P&gt;You can use Zorder with indexes for data skipping. Data skipping information is collected automatically when you write to delta table.&amp;nbsp;&lt;BR /&gt;&lt;SPAN&gt;Delta lake uses this information to provide faster query.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;SPAN&gt;You dont need to configure anything for data skipping as this feature is activated when applicable. However, the effectiveness depends on the layout of the data.&amp;nbsp;By default Delta Lake collects statistics on the first 32 columns (which can be changed using the property the delta.dataSkippingNumIndexedCols Adding more columns would add more overhead as you write files.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Collecting statistics on long strings is an expensive operation. We should avoid that by not collecting statistics on long strings. You can either configure the table property delta.dataSkippingNumIndexedCols&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt; to avoid such columns or move such columns containing to a column greater than&amp;nbsp;delta.dataSkippingNumIndexedCols&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 28 Jun 2023 02:52:31 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/how-can-i-use-data-skipping-with-delta-lake/m-p/35620#M25929</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-06-28T02:52:31Z</dc:date>
    </item>
  </channel>
</rss>

