<?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: Liquid clustering on partitioned delta table where new data is added by replacing the partition in Data Engineering</title>
    <link>https://community.databricks.com/t5/data-engineering/liquid-clustering-on-partitioned-delta-table-where-new-data-is/m-p/155207#M54210</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/175916"&gt;@SusmithaBadam&lt;/a&gt;, we are in Private Preview for a new feature that allows you to convert a table from Partitioning to Liquid Clustering. Here is the &lt;A href="https://docs.google.com/document/d/1Txuf72EzrF9PdfVPOYRcba3ca3aUt7TL3AbyMZvnv20/edit?usp=sharing" target="_self"&gt;User Guide&lt;/A&gt;. Please reach out to your account team to get enrolled!&lt;/P&gt;</description>
    <pubDate>Wed, 22 Apr 2026 14:29:09 GMT</pubDate>
    <dc:creator>jeffrey-gong</dc:creator>
    <dc:date>2026-04-22T14:29:09Z</dc:date>
    <item>
      <title>Liquid clustering on partitioned delta table where new data is added by replacing the partition</title>
      <link>https://community.databricks.com/t5/data-engineering/liquid-clustering-on-partitioned-delta-table-where-new-data-is/m-p/125833#M47536</link>
      <description>&lt;P&gt;Hi There,&lt;/P&gt;&lt;P&gt;Currently we have the bronze, silver &amp;amp; gold delta tables partition by a string and yearmonth column, we maintain the entire historic data of 5 years and replace the partitions (latest 2 months) to add the new data.&lt;/P&gt;&lt;P&gt;We use overwrite mode to replace the effected partitions.&lt;/P&gt;&lt;P&gt;Can liquid clustering be applied on these tables? I want to take the advantage of liquid clustering but want to overwrite the effected months only.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 21 Jul 2025 09:00:04 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/liquid-clustering-on-partitioned-delta-table-where-new-data-is/m-p/125833#M47536</guid>
      <dc:creator>SusmithaBadam</dc:creator>
      <dc:date>2025-07-21T09:00:04Z</dc:date>
    </item>
    <item>
      <title>Re: Liquid clustering on partitioned delta table where new data is added by replacing the partition</title>
      <link>https://community.databricks.com/t5/data-engineering/liquid-clustering-on-partitioned-delta-table-where-new-data-is/m-p/125837#M47538</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;You will need to update the data. Liquid clustering doesn't use physical folders for partitions, which means that you can't just override files in a folder with a partition.&lt;BR /&gt;&lt;BR /&gt;Liquid clastering has its own benefits such incremental optimizalization, or effective data organziataion in files, but to migrate to&amp;nbsp;Liquid clastering you will need to recreate tables.&lt;/P&gt;</description>
      <pubDate>Mon, 21 Jul 2025 09:07:33 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/liquid-clustering-on-partitioned-delta-table-where-new-data-is/m-p/125837#M47538</guid>
      <dc:creator>MariuszK</dc:creator>
      <dc:date>2025-07-21T09:07:33Z</dc:date>
    </item>
    <item>
      <title>Re: Liquid clustering on partitioned delta table where new data is added by replacing the partition</title>
      <link>https://community.databricks.com/t5/data-engineering/liquid-clustering-on-partitioned-delta-table-where-new-data-is/m-p/125840#M47540</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/175916"&gt;@SusmithaBadam&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;Short answer is no. Liquid Clustering is not compatible with partitioning or ZORDER. So, if you want to use LC you need to first remove partitioning from your tables.&lt;/P&gt;&lt;P&gt;&lt;A href="https://learn.microsoft.com/en-us/azure/databricks/delta/clustering#enable" target="_blank"&gt;Use liquid clustering for tables - Azure Databricks | Microsoft Learn&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 21 Jul 2025 09:10:18 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/liquid-clustering-on-partitioned-delta-table-where-new-data-is/m-p/125840#M47540</guid>
      <dc:creator>szymon_dybczak</dc:creator>
      <dc:date>2025-07-21T09:10:18Z</dc:date>
    </item>
    <item>
      <title>Re: Liquid clustering on partitioned delta table where new data is added by replacing the partition</title>
      <link>https://community.databricks.com/t5/data-engineering/liquid-clustering-on-partitioned-delta-table-where-new-data-is/m-p/125842#M47542</link>
      <description>&lt;P&gt;To take advantage of liquid clustering do I have to change the entire design of table to capture new data? between, which is the preferred mode or approach?&lt;/P&gt;</description>
      <pubDate>Mon, 21 Jul 2025 09:19:57 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/liquid-clustering-on-partitioned-delta-table-where-new-data-is/m-p/125842#M47542</guid>
      <dc:creator>SusmithaBadam</dc:creator>
      <dc:date>2025-07-21T09:19:57Z</dc:date>
    </item>
    <item>
      <title>Re: Liquid clustering on partitioned delta table where new data is added by replacing the partition</title>
      <link>https://community.databricks.com/t5/data-engineering/liquid-clustering-on-partitioned-delta-table-where-new-data-is/m-p/125847#M47545</link>
      <description>&lt;P&gt;But by removing the portioning I have to change the approach of capturing new data, is there any preferred way of capturing new data to apply LC?&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 21 Jul 2025 10:00:19 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/liquid-clustering-on-partitioned-delta-table-where-new-data-is/m-p/125847#M47545</guid>
      <dc:creator>SusmithaBadam</dc:creator>
      <dc:date>2025-07-21T10:00:19Z</dc:date>
    </item>
    <item>
      <title>Re: Liquid clustering on partitioned delta table where new data is added by replacing the partition</title>
      <link>https://community.databricks.com/t5/data-engineering/liquid-clustering-on-partitioned-delta-table-where-new-data-is/m-p/155207#M54210</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/175916"&gt;@SusmithaBadam&lt;/a&gt;, we are in Private Preview for a new feature that allows you to convert a table from Partitioning to Liquid Clustering. Here is the &lt;A href="https://docs.google.com/document/d/1Txuf72EzrF9PdfVPOYRcba3ca3aUt7TL3AbyMZvnv20/edit?usp=sharing" target="_self"&gt;User Guide&lt;/A&gt;. Please reach out to your account team to get enrolled!&lt;/P&gt;</description>
      <pubDate>Wed, 22 Apr 2026 14:29:09 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/liquid-clustering-on-partitioned-delta-table-where-new-data-is/m-p/155207#M54210</guid>
      <dc:creator>jeffrey-gong</dc:creator>
      <dc:date>2026-04-22T14:29:09Z</dc:date>
    </item>
  </channel>
</rss>

