<?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 to enable Liquid Clustering on an existing Delta Live Table (DLT) and syntax for enabling it in Data Engineering</title>
    <link>https://community.databricks.com/t5/data-engineering/how-to-enable-liquid-clustering-on-an-existing-delta-live-table/m-p/136224#M50525</link>
    <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 27 Oct 2025 15:42:45 GMT</pubDate>
    <dc:creator>szymon_dybczak</dc:creator>
    <dc:date>2025-10-27T15:42:45Z</dc:date>
    <item>
      <title>How to enable Liquid Clustering on an existing Delta Live Table (DLT) and syntax for enabling it</title>
      <link>https://community.databricks.com/t5/data-engineering/how-to-enable-liquid-clustering-on-an-existing-delta-live-table/m-p/136219#M50524</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;I’m working with &lt;STRONG&gt;Delta Live Tables (DLT) and want to enable &lt;STRONG&gt;Liquid Clustering on an existing DLT table that was already created without it.&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Could someone please clarify:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;&lt;P&gt;How can I enable &lt;STRONG&gt;Liquid Clustering on an existing DLT table (without recreating the table if possible)?&lt;/STRONG&gt;&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;What’s the correct &lt;STRONG&gt;syntax to use for enabling Liquid Clustering — both for:&lt;/STRONG&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;P&gt;&lt;STRONG&gt;Automatic Liquid Clustering&lt;/STRONG&gt;&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;&lt;STRONG&gt;Manual clustering with specific columns&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;For example:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;P&gt;Should I use something like this inside the DLT notebook?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;SPAN&gt;&lt;SPAN&gt;CREATE OR REFRESH LIVE TABLE my_table TBLPROPERTIES ( delta.feature.liquidClustering = &lt;SPAN class=""&gt;'enabled', delta.liquidCluster.autoCluster = &lt;SPAN class=""&gt;'true') AS SELECT * FROM source_table;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;P&gt;Or should it be enabled differently using ALTER TABLE?&lt;/P&gt;&lt;P&gt;I’ve seen documentation about Liquid Clustering for regular Delta tables, but not much for DLT-managed tables.&lt;BR /&gt;Would appreciate any working examples or syntax confirmation from someone who’s done this successfully.&lt;/P&gt;&lt;P&gt;Thanks in advance!&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;/OL&gt;</description>
      <pubDate>Mon, 27 Oct 2025 15:05:55 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/how-to-enable-liquid-clustering-on-an-existing-delta-live-table/m-p/136219#M50524</guid>
      <dc:creator>Sakthi0311</dc:creator>
      <dc:date>2025-10-27T15:05:55Z</dc:date>
    </item>
    <item>
      <title>Re: How to enable Liquid Clustering on an existing Delta Live Table (DLT) and syntax for enabling it</title>
      <link>https://community.databricks.com/t5/data-engineering/how-to-enable-liquid-clustering-on-an-existing-delta-live-table/m-p/136224#M50525</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 27 Oct 2025 15:42:45 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/how-to-enable-liquid-clustering-on-an-existing-delta-live-table/m-p/136224#M50525</guid>
      <dc:creator>szymon_dybczak</dc:creator>
      <dc:date>2025-10-27T15:42:45Z</dc:date>
    </item>
    <item>
      <title>Re: How to enable Liquid Clustering on an existing Delta Live Table (DLT) and syntax for enabling it</title>
      <link>https://community.databricks.com/t5/data-engineering/how-to-enable-liquid-clustering-on-an-existing-delta-live-table/m-p/136234#M50527</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/194732"&gt;@Sakthi0311&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;For SQL language you can enable LC for materialized views and streaming tables. So the syntax looks following:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="szymon_dybczak_0-1761580796406.png" style="width: 400px;"&gt;&lt;img src="https://community.databricks.com/t5/image/serverpage/image-id/21075i5870C4663411BE96/image-size/medium?v=v2&amp;amp;px=400" role="button" title="szymon_dybczak_0-1761580796406.png" alt="szymon_dybczak_0-1761580796406.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;If you want to use automatic clustering then use CLUSTER BY AUTO.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 27 Oct 2025 16:01:51 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/how-to-enable-liquid-clustering-on-an-existing-delta-live-table/m-p/136234#M50527</guid>
      <dc:creator>szymon_dybczak</dc:creator>
      <dc:date>2025-10-27T16:01:51Z</dc:date>
    </item>
  </channel>
</rss>

