<?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 What is the best way to convert a very large parquet table to delta ? possibly without downtime! in Data Engineering</title>
    <link>https://community.databricks.com/t5/data-engineering/what-is-the-best-way-to-convert-a-very-large-parquet-table-to/m-p/21141#M14364</link>
    <description>&lt;P&gt;What is the best way to convert a very large parquet table to delta ?&amp;nbsp;possibly without downtime!&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 23 Jun 2021 21:44:31 GMT</pubDate>
    <dc:creator>User16783853501</dc:creator>
    <dc:date>2021-06-23T21:44:31Z</dc:date>
    <item>
      <title>What is the best way to convert a very large parquet table to delta ? possibly without downtime!</title>
      <link>https://community.databricks.com/t5/data-engineering/what-is-the-best-way-to-convert-a-very-large-parquet-table-to/m-p/21141#M14364</link>
      <description>&lt;P&gt;What is the best way to convert a very large parquet table to delta ?&amp;nbsp;possibly without downtime!&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 23 Jun 2021 21:44:31 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/what-is-the-best-way-to-convert-a-very-large-parquet-table-to/m-p/21141#M14364</guid>
      <dc:creator>User16783853501</dc:creator>
      <dc:date>2021-06-23T21:44:31Z</dc:date>
    </item>
    <item>
      <title>Re: What is the best way to convert a very large parquet table to delta ? possibly without downtime!</title>
      <link>https://community.databricks.com/t5/data-engineering/what-is-the-best-way-to-convert-a-very-large-parquet-table-to/m-p/21142#M14365</link>
      <description>&lt;P&gt;You could run in-place convert with &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;CONVERT TO DELTA parquet.`/data-pipeline/`
CREATE TABLE events USING DELTA LOCATION '/data-pipeline/'&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;This command lists all  objects in the path,   infers the data schema by reading the footers of all parquet files and creates the necessary metadata / statistics. This would be the least disruptive approach as you are not copying data over.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you have multiple external tables share the same underlying parquet directory, you'd need to run convert for all of them &lt;/P&gt;</description>
      <pubDate>Thu, 24 Jun 2021 02:42:57 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/what-is-the-best-way-to-convert-a-very-large-parquet-table-to/m-p/21142#M14365</guid>
      <dc:creator>sajith_appukutt</dc:creator>
      <dc:date>2021-06-24T02:42:57Z</dc:date>
    </item>
    <item>
      <title>Re: What is the best way to convert a very large parquet table to delta ? possibly without downtime!</title>
      <link>https://community.databricks.com/t5/data-engineering/what-is-the-best-way-to-convert-a-very-large-parquet-table-to/m-p/21143#M14366</link>
      <description>&lt;P&gt;I vouch for Sajith's answer. The main advantage with "CONVERT TO DELTA" is that operations are metadata centric which means we are not reading the full data for the conversion. For any other file format conversion, it's necessary to read the data completely and write it to the target format. &lt;/P&gt;</description>
      <pubDate>Thu, 24 Jun 2021 05:29:08 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/what-is-the-best-way-to-convert-a-very-large-parquet-table-to/m-p/21143#M14366</guid>
      <dc:creator>brickster_2018</dc:creator>
      <dc:date>2021-06-24T05:29:08Z</dc:date>
    </item>
  </channel>
</rss>

