<?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: Delta tables background in Data Engineering</title>
    <link>https://community.databricks.com/t5/data-engineering/delta-tables-background/m-p/6320#M2500</link>
    <description>&lt;P&gt;@Sara Corral​&amp;nbsp;:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When you copy/paste/rename a folder that corresponds to an existing delta table in the same location/database, it does not generate a copy of the previous table because delta tables are not just plain parquet files. They have additional metadata that is stored in a hidden folder called "_delta_log". This metadata includes information about the transaction log, version history, and other metadata that allows Delta Lake to perform ACID transactions on the table.&lt;/P&gt;&lt;P&gt;When you copy/paste/rename a folder, you are essentially creating a new folder with a new name, but you are not copying the "_delta_log" folder that contains the table's metadata. Without this metadata, the new folder is not recognized as a Delta table, and you cannot query it or interact with it as a Delta table. In order to create a copy of a Delta table with a different name, you need to use the Delta Lake &lt;/P&gt;&lt;P&gt;COPY command or other Delta-specific tools to ensure that the metadata is also copied and updated appropriately. Simply copying the folder will not work.&lt;/P&gt;</description>
    <pubDate>Fri, 07 Apr 2023 02:02:10 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2023-04-07T02:02:10Z</dc:date>
    <item>
      <title>Delta tables background</title>
      <link>https://community.databricks.com/t5/data-engineering/delta-tables-background/m-p/6319#M2499</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Looking at the delta tables and how they are stored I have a question. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If the delta tables are stored as parquet files in ADLS why if I copy/paste/rename a folder that corresponds to an existing table in the same location/database this does not generate a copy of the previous table but with another name? What happens in the backgroud?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you in advanced!&lt;/P&gt;</description>
      <pubDate>Thu, 06 Apr 2023 09:24:14 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/delta-tables-background/m-p/6319#M2499</guid>
      <dc:creator>SaraCorralLou</dc:creator>
      <dc:date>2023-04-06T09:24:14Z</dc:date>
    </item>
    <item>
      <title>Re: Delta tables background</title>
      <link>https://community.databricks.com/t5/data-engineering/delta-tables-background/m-p/6320#M2500</link>
      <description>&lt;P&gt;@Sara Corral​&amp;nbsp;:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When you copy/paste/rename a folder that corresponds to an existing delta table in the same location/database, it does not generate a copy of the previous table because delta tables are not just plain parquet files. They have additional metadata that is stored in a hidden folder called "_delta_log". This metadata includes information about the transaction log, version history, and other metadata that allows Delta Lake to perform ACID transactions on the table.&lt;/P&gt;&lt;P&gt;When you copy/paste/rename a folder, you are essentially creating a new folder with a new name, but you are not copying the "_delta_log" folder that contains the table's metadata. Without this metadata, the new folder is not recognized as a Delta table, and you cannot query it or interact with it as a Delta table. In order to create a copy of a Delta table with a different name, you need to use the Delta Lake &lt;/P&gt;&lt;P&gt;COPY command or other Delta-specific tools to ensure that the metadata is also copied and updated appropriately. Simply copying the folder will not work.&lt;/P&gt;</description>
      <pubDate>Fri, 07 Apr 2023 02:02:10 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/delta-tables-background/m-p/6320#M2500</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-04-07T02:02:10Z</dc:date>
    </item>
  </channel>
</rss>

