<?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: Databricks Liquid Cluster in Warehousing &amp; Analytics</title>
    <link>https://community.databricks.com/t5/warehousing-analytics/databricks-liquid-cluster/m-p/54044#M1077</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Sorry for again asking this. My requirement is not to change partition column for existing Delta table. My requirement is to change the existing delta table example Table A&lt;STRONG&gt; partitioned by&lt;/STRONG&gt; Column 1, Column 2 to Table A &lt;STRONG&gt;cluster by&lt;/STRONG&gt; Column 3.&lt;/P&gt;&lt;P&gt;Requirement is converting &lt;STRONG&gt;existing partitioned Delta table&lt;/STRONG&gt; to &lt;STRONG&gt;Delta table with cluster with new column&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 28 Nov 2023 06:26:59 GMT</pubDate>
    <dc:creator>techuser</dc:creator>
    <dc:date>2023-11-28T06:26:59Z</dc:date>
    <item>
      <title>Databricks Liquid Cluster</title>
      <link>https://community.databricks.com/t5/warehousing-analytics/databricks-liquid-cluster/m-p/54028#M1073</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Is it possible to convert existing delta table with partition having data to clustering? If so can you please suggest the steps required? I tried and searched but couldn't find any. Is it that liquid clustering can be done only for new Delta tables? Please help&lt;/P&gt;</description>
      <pubDate>Tue, 28 Nov 2023 03:18:48 GMT</pubDate>
      <guid>https://community.databricks.com/t5/warehousing-analytics/databricks-liquid-cluster/m-p/54028#M1073</guid>
      <dc:creator>techuser</dc:creator>
      <dc:date>2023-11-28T03:18:48Z</dc:date>
    </item>
    <item>
      <title>Re: Databricks Liquid Cluster</title>
      <link>https://community.databricks.com/t5/warehousing-analytics/databricks-liquid-cluster/m-p/54041#M1075</link>
      <description>&lt;P&gt;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/9"&gt;@Retired_mod&lt;/a&gt;&amp;nbsp;How this can be applied to &lt;STRONG&gt;existing delta table&lt;/STRONG&gt; which is partitioned having data? Can you please suggest me the steps involved? The existing delta table is partitioned and hence the location files are all partitioned. So is it possible to convert this to cluster? In existing databricks documentation, its mentioned for NEW tables.&lt;/P&gt;</description>
      <pubDate>Tue, 28 Nov 2023 06:07:13 GMT</pubDate>
      <guid>https://community.databricks.com/t5/warehousing-analytics/databricks-liquid-cluster/m-p/54041#M1075</guid>
      <dc:creator>techuser</dc:creator>
      <dc:date>2023-11-28T06:07:13Z</dc:date>
    </item>
    <item>
      <title>Re: Databricks Liquid Cluster</title>
      <link>https://community.databricks.com/t5/warehousing-analytics/databricks-liquid-cluster/m-p/54044#M1077</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Sorry for again asking this. My requirement is not to change partition column for existing Delta table. My requirement is to change the existing delta table example Table A&lt;STRONG&gt; partitioned by&lt;/STRONG&gt; Column 1, Column 2 to Table A &lt;STRONG&gt;cluster by&lt;/STRONG&gt; Column 3.&lt;/P&gt;&lt;P&gt;Requirement is converting &lt;STRONG&gt;existing partitioned Delta table&lt;/STRONG&gt; to &lt;STRONG&gt;Delta table with cluster with new column&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 28 Nov 2023 06:26:59 GMT</pubDate>
      <guid>https://community.databricks.com/t5/warehousing-analytics/databricks-liquid-cluster/m-p/54044#M1077</guid>
      <dc:creator>techuser</dc:creator>
      <dc:date>2023-11-28T06:26:59Z</dc:date>
    </item>
    <item>
      <title>Re: Databricks Liquid Cluster</title>
      <link>https://community.databricks.com/t5/warehousing-analytics/databricks-liquid-cluster/m-p/54048#M1079</link>
      <description>&lt;P&gt;While defining a new table which uses liquid cluster, we mention at the end as 'USING DELTA CLUSTER BY (Column1)'&lt;/P&gt;&lt;P&gt;As per above solution Point 3&amp;nbsp;&lt;STRONG&gt;Cluster by the new column, &lt;/STRONG&gt;its mentioned as&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;.partitionBy("colB")&lt;/PRE&gt;&lt;P&gt;How is it identified as CLUSTER? Because while creating a table we have CLUSTER BY and PARTITION BY as 2 different usage and that's how table is identified as CLUSTER or PARTITION.&amp;nbsp;&lt;/P&gt;&lt;P&gt;As per above explanation , does the DESCRIBE table show it as cluster?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 28 Nov 2023 06:48:15 GMT</pubDate>
      <guid>https://community.databricks.com/t5/warehousing-analytics/databricks-liquid-cluster/m-p/54048#M1079</guid>
      <dc:creator>techuser</dc:creator>
      <dc:date>2023-11-28T06:48:15Z</dc:date>
    </item>
    <item>
      <title>Re: Databricks Liquid Cluster</title>
      <link>https://community.databricks.com/t5/warehousing-analytics/databricks-liquid-cluster/m-p/54053#M1081</link>
      <description>&lt;P&gt;Thank you for the response!&lt;/P&gt;&lt;P&gt;DESCRIBE table gives the column and datatype details and also the columns of PARTITION and CLUSTER. If cluster is used it mentions as Clustering Information and mention the columns used likewise for partition also.&lt;/P&gt;&lt;P&gt;So back to my previous question. Is there a way to Convert existing Delta Table with partition to a Delta Table with cluster.&lt;/P&gt;&lt;P&gt;1. Table A -- Partition column A&lt;/P&gt;&lt;P&gt;2. Take back up of Table A as A_bkp&lt;/P&gt;&lt;P&gt;3. Replace or Drop/Create Table A with Cluster Column B&lt;/P&gt;&lt;P&gt;4. INSERT TABLE A AS SELECT * FROM A_BKP&lt;/P&gt;&lt;P&gt;5. DROP A_BKP, remove the files associated&lt;/P&gt;&lt;P&gt;Is this a good approach?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 28 Nov 2023 07:36:39 GMT</pubDate>
      <guid>https://community.databricks.com/t5/warehousing-analytics/databricks-liquid-cluster/m-p/54053#M1081</guid>
      <dc:creator>techuser</dc:creator>
      <dc:date>2023-11-28T07:36:39Z</dc:date>
    </item>
    <item>
      <title>Re: Databricks Liquid Cluster</title>
      <link>https://community.databricks.com/t5/warehousing-analytics/databricks-liquid-cluster/m-p/65803#M1271</link>
      <description>&lt;P&gt;Does Liquid Clustering accepts Merge or How Upsert can be done efficiently with Liquid clustered delta table&lt;/P&gt;</description>
      <pubDate>Mon, 08 Apr 2024 12:13:49 GMT</pubDate>
      <guid>https://community.databricks.com/t5/warehousing-analytics/databricks-liquid-cluster/m-p/65803#M1271</guid>
      <dc:creator>Raja_Databricks</dc:creator>
      <dc:date>2024-04-08T12:13:49Z</dc:date>
    </item>
    <item>
      <title>Re: Databricks Liquid Cluster</title>
      <link>https://community.databricks.com/t5/warehousing-analytics/databricks-liquid-cluster/m-p/93104#M1619</link>
      <description>&lt;P&gt;This is an old reply, but I want to verify the last comment by Fatma.&lt;BR /&gt;You create the new table using "AS SELECT * FROM A_bkp", and in the next step you write another "INSERT INTO Table_A SELECT Ä FROM A_bkp". Is this just a typo or why is it inserting data from the backup table twice?&lt;/P&gt;</description>
      <pubDate>Tue, 08 Oct 2024 12:25:45 GMT</pubDate>
      <guid>https://community.databricks.com/t5/warehousing-analytics/databricks-liquid-cluster/m-p/93104#M1619</guid>
      <dc:creator>mwessman</dc:creator>
      <dc:date>2024-10-08T12:25:45Z</dc:date>
    </item>
  </channel>
</rss>

