<?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: I don't have Upsert/Merge use cases. Should I use Delta or can I use Parquet? in Data Engineering</title>
    <link>https://community.databricks.com/t5/data-engineering/i-don-t-have-upsert-merge-use-cases-should-i-use-delta-or-can-i/m-p/21364#M14554</link>
    <description>&lt;P&gt;I would recommend using Delta. Delta stores data as parquet files so you still get a lot of the benefits of parquet with Delta. Even though you don't need to merge data, I would assume you will still want to take advantage of the update/delete functionality of delta. Plus delta will offer better optimization techniques to ensure that your data can be queries efficiently (file pruning, z ordering etc.). &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The conversion between delta and parquet is easy so you can always test out both and see which you prefer. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 23 Jun 2021 16:47:18 GMT</pubDate>
    <dc:creator>Ryan_Chynoweth</dc:creator>
    <dc:date>2021-06-23T16:47:18Z</dc:date>
    <item>
      <title>I don't have Upsert/Merge use cases. Should I use Delta or can I use Parquet?</title>
      <link>https://community.databricks.com/t5/data-engineering/i-don-t-have-upsert-merge-use-cases-should-i-use-delta-or-can-i/m-p/21363#M14553</link>
      <description />
      <pubDate>Wed, 23 Jun 2021 15:31:09 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/i-don-t-have-upsert-merge-use-cases-should-i-use-delta-or-can-i/m-p/21363#M14553</guid>
      <dc:creator>brickster_2018</dc:creator>
      <dc:date>2021-06-23T15:31:09Z</dc:date>
    </item>
    <item>
      <title>Re: I don't have Upsert/Merge use cases. Should I use Delta or can I use Parquet?</title>
      <link>https://community.databricks.com/t5/data-engineering/i-don-t-have-upsert-merge-use-cases-should-i-use-delta-or-can-i/m-p/21364#M14554</link>
      <description>&lt;P&gt;I would recommend using Delta. Delta stores data as parquet files so you still get a lot of the benefits of parquet with Delta. Even though you don't need to merge data, I would assume you will still want to take advantage of the update/delete functionality of delta. Plus delta will offer better optimization techniques to ensure that your data can be queries efficiently (file pruning, z ordering etc.). &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The conversion between delta and parquet is easy so you can always test out both and see which you prefer. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 23 Jun 2021 16:47:18 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/i-don-t-have-upsert-merge-use-cases-should-i-use-delta-or-can-i/m-p/21364#M14554</guid>
      <dc:creator>Ryan_Chynoweth</dc:creator>
      <dc:date>2021-06-23T16:47:18Z</dc:date>
    </item>
    <item>
      <title>Re: I don't have Upsert/Merge use cases. Should I use Delta or can I use Parquet?</title>
      <link>https://community.databricks.com/t5/data-engineering/i-don-t-have-upsert-merge-use-cases-should-i-use-delta-or-can-i/m-p/21365#M14555</link>
      <description>&lt;P&gt;Delta has significant value beyond the DML/ACID capabilities. Delta's data organization strategies that @Ryan Chynoweth​&amp;nbsp;mentions also offer an advantage even for read-only use cases for querying and joining the data. Delta also supports in-place conversion from Parquet. See this for details - &lt;A href="https://docs.databricks.com/spark/latest/spark-sql/language-manual/delta-convert-to-delta.html" target="test_blank"&gt;https://docs.databricks.com/spark/latest/spark-sql/language-manual/delta-convert-to-delta.html&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 23 Jun 2021 18:58:34 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/i-don-t-have-upsert-merge-use-cases-should-i-use-delta-or-can-i/m-p/21365#M14555</guid>
      <dc:creator>aladda</dc:creator>
      <dc:date>2021-06-23T18:58:34Z</dc:date>
    </item>
  </channel>
</rss>

