<?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 file format for a temporary table? in Data Engineering</title>
    <link>https://community.databricks.com/t5/data-engineering/what-is-the-best-file-format-for-a-temporary-table/m-p/21227#M14443</link>
    <description>&lt;P&gt;As part of my ETL process, I create intermediate/staging temporary tables. These tables created are read at a later point in the ETL and finally cleaned up. Should I use Delta? Using Delta creates the overhead of running optimize jobs, which would delay my ETL. Enabling optimize writes also will add delay to my ETL&lt;/P&gt;&lt;P&gt;What is the best practice/recommendation here. &lt;/P&gt;</description>
    <pubDate>Wed, 23 Jun 2021 21:14:46 GMT</pubDate>
    <dc:creator>brickster_2018</dc:creator>
    <dc:date>2021-06-23T21:14:46Z</dc:date>
    <item>
      <title>What is the best file format for a temporary table?</title>
      <link>https://community.databricks.com/t5/data-engineering/what-is-the-best-file-format-for-a-temporary-table/m-p/21227#M14443</link>
      <description>&lt;P&gt;As part of my ETL process, I create intermediate/staging temporary tables. These tables created are read at a later point in the ETL and finally cleaned up. Should I use Delta? Using Delta creates the overhead of running optimize jobs, which would delay my ETL. Enabling optimize writes also will add delay to my ETL&lt;/P&gt;&lt;P&gt;What is the best practice/recommendation here. &lt;/P&gt;</description>
      <pubDate>Wed, 23 Jun 2021 21:14:46 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/what-is-the-best-file-format-for-a-temporary-table/m-p/21227#M14443</guid>
      <dc:creator>brickster_2018</dc:creator>
      <dc:date>2021-06-23T21:14:46Z</dc:date>
    </item>
    <item>
      <title>Re: What is the best file format for a temporary table?</title>
      <link>https://community.databricks.com/t5/data-engineering/what-is-the-best-file-format-for-a-temporary-table/m-p/21228#M14444</link>
      <description>&lt;UL&gt;&lt;LI&gt;The temporary table can be created using Delta, although enabling optimize writes on the temporary table can increase the read performance in the subsequent stage. Overall it's a good practice to use Delta. &lt;/LI&gt;&lt;LI&gt;Eventual consistency-related issues are common when dealing with temporary tables.  Using Delta can help to address those issues. &lt;/LI&gt;&lt;/UL&gt;</description>
      <pubDate>Thu, 24 Jun 2021 13:38:06 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/what-is-the-best-file-format-for-a-temporary-table/m-p/21228#M14444</guid>
      <dc:creator>brickster_2018</dc:creator>
      <dc:date>2021-06-24T13:38:06Z</dc:date>
    </item>
    <item>
      <title>Re: What is the best file format for a temporary table?</title>
      <link>https://community.databricks.com/t5/data-engineering/what-is-the-best-file-format-for-a-temporary-table/m-p/21229#M14445</link>
      <description>&lt;P&gt;Agree.. the intermediate delta tables helps since it brings reliability to the pipeline.&lt;/P&gt;</description>
      <pubDate>Mon, 13 Sep 2021 12:54:23 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/what-is-the-best-file-format-for-a-temporary-table/m-p/21229#M14445</guid>
      <dc:creator>Sebastian</dc:creator>
      <dc:date>2021-09-13T12:54:23Z</dc:date>
    </item>
  </channel>
</rss>

