<?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 How to Optimize Delta Table Performance in Databricks? in Administration &amp; Architecture</title>
    <link>https://community.databricks.com/t5/administration-architecture/how-to-optimize-delta-table-performance-in-databricks/m-p/117628#M3320</link>
    <description>&lt;P&gt;I'm working with large Delta tables in Databricks and noticing slower performance during read operations&lt;A href="https://www.olivegardenmenu.run/" target="_self"&gt;.&lt;/A&gt; I've already enabled Z-ordering and auto-optimize, but it still feels sluggish at scale. Are there best practices or settings I should adjust for better query performance? Also, is there a way to monitor the impact of each optimization?&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Sun, 04 May 2025 06:43:12 GMT</pubDate>
    <dc:creator>gardenmap</dc:creator>
    <dc:date>2025-05-04T06:43:12Z</dc:date>
    <item>
      <title>How to Optimize Delta Table Performance in Databricks?</title>
      <link>https://community.databricks.com/t5/administration-architecture/how-to-optimize-delta-table-performance-in-databricks/m-p/117628#M3320</link>
      <description>&lt;P&gt;I'm working with large Delta tables in Databricks and noticing slower performance during read operations&lt;A href="https://www.olivegardenmenu.run/" target="_self"&gt;.&lt;/A&gt; I've already enabled Z-ordering and auto-optimize, but it still feels sluggish at scale. Are there best practices or settings I should adjust for better query performance? Also, is there a way to monitor the impact of each optimization?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 04 May 2025 06:43:12 GMT</pubDate>
      <guid>https://community.databricks.com/t5/administration-architecture/how-to-optimize-delta-table-performance-in-databricks/m-p/117628#M3320</guid>
      <dc:creator>gardenmap</dc:creator>
      <dc:date>2025-05-04T06:43:12Z</dc:date>
    </item>
    <item>
      <title>Re: How to Optimize Delta Table Performance in Databricks?</title>
      <link>https://community.databricks.com/t5/administration-architecture/how-to-optimize-delta-table-performance-in-databricks/m-p/117637#M3321</link>
      <description>&lt;P&gt;Last week, I attended a Dev Connect event in London and came across a new optimization technique called Liquid Clustering (Next-gen Clustering).&lt;BR /&gt;Here are the Key Benefits of Liquid Clustering Over Z-Ordering , would recommended you to deep dive into it.&lt;/P&gt;&lt;P&gt;-No need to run OPTIMIZE manually — reduces job scheduling and compute cost.&lt;BR /&gt;-Automatically adapts to changing data and query patterns.&lt;BR /&gt;-Reduces data skew more effectively than static partitioning + ZORDER.&lt;BR /&gt;-Better performance for large-scale, frequently updated tables.&lt;BR /&gt;-Simplifies pipeline management — no need to manage clustering logic separately.&lt;/P&gt;&lt;P&gt;Liquid Clustering functionality and automatic clustering improvements are most robust in:&lt;BR /&gt;-Databricks Runtime 14.0+&lt;BR /&gt;-Unity Catalog-enabled tables&lt;BR /&gt;-Delta Lake format (version 2 or higher)&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;</description>
      <pubDate>Sun, 04 May 2025 17:00:55 GMT</pubDate>
      <guid>https://community.databricks.com/t5/administration-architecture/how-to-optimize-delta-table-performance-in-databricks/m-p/117637#M3321</guid>
      <dc:creator>BrickByBrick</dc:creator>
      <dc:date>2025-05-04T17:00:55Z</dc:date>
    </item>
    <item>
      <title>Re: How to Optimize Delta Table Performance in Databricks?</title>
      <link>https://community.databricks.com/t5/administration-architecture/how-to-optimize-delta-table-performance-in-databricks/m-p/117643#M3322</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/163244"&gt;@gardenmap&lt;/a&gt;,&amp;nbsp;if possible can you detail more?&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;For example, in my case what I've done:&lt;/STRONG&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;For tables above 1TB as it's can segregated by date, we've decided to enable a partition by the date column;&lt;/LI&gt;&lt;LI&gt;Independent if it's partitioned or not, we decided to make a sequence of OPTIMIZE and VACUUM for specific and necessary columns, not all 32 first columns;&lt;/LI&gt;&lt;LI&gt;As we have a lot of scenarios with the usage of MERGE INTO by each 5, 10 and 60 min, it's necessary to activate auto optimize, but apply a optimize with vacuum minimally by week.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;STRONG&gt;Doubts:&lt;/STRONG&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;When you working with your tables, are use Spark SQL API or Databricks SQL?&lt;/LI&gt;&lt;LI&gt;Area you using Databricks SQL Endpoints?&lt;/LI&gt;&lt;LI&gt;Are you what type and size of the cluster if you are using Job Cluster ou All Purpose Clusters? Machines with SSD?&lt;/LI&gt;&lt;/UL&gt;</description>
      <pubDate>Sun, 04 May 2025 17:45:49 GMT</pubDate>
      <guid>https://community.databricks.com/t5/administration-architecture/how-to-optimize-delta-table-performance-in-databricks/m-p/117643#M3322</guid>
      <dc:creator>igorborba</dc:creator>
      <dc:date>2025-05-04T17:45:49Z</dc:date>
    </item>
  </channel>
</rss>

