<?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 Delta vs parquet in Data Engineering</title>
    <link>https://community.databricks.com/t5/data-engineering/delta-vs-parquet/m-p/26454#M18498</link>
    <description>&lt;P&gt;When does it make sense to use Delta over parquet? Are there any instances when you would rather use parquet?&lt;/P&gt;</description>
    <pubDate>Fri, 04 Jun 2021 17:27:54 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2021-06-04T17:27:54Z</dc:date>
    <item>
      <title>Delta vs parquet</title>
      <link>https://community.databricks.com/t5/data-engineering/delta-vs-parquet/m-p/26454#M18498</link>
      <description>&lt;P&gt;When does it make sense to use Delta over parquet? Are there any instances when you would rather use parquet?&lt;/P&gt;</description>
      <pubDate>Fri, 04 Jun 2021 17:27:54 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/delta-vs-parquet/m-p/26454#M18498</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-06-04T17:27:54Z</dc:date>
    </item>
    <item>
      <title>Re: Delta vs parquet</title>
      <link>https://community.databricks.com/t5/data-engineering/delta-vs-parquet/m-p/26455#M18499</link>
      <description>Users should almost always choose Delta over parquet. Keep in mind that delta is a storage format that sits on top of parquet so the performance of writing to both formats is similar. However, reading data and transforming data with delta is almost always more performant than Apache Parquet. Additionally, Delta has all the same benefits of parquet and more.&lt;BR /&gt;At times I have seen people chose parquet over delta if they are dumping data to external systems that do not support delta.</description>
      <pubDate>Fri, 04 Jun 2021 11:28:00 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/delta-vs-parquet/m-p/26455#M18499</guid>
      <dc:creator>Ryan_Chynoweth</dc:creator>
      <dc:date>2021-06-04T11:28:00Z</dc:date>
    </item>
  </channel>
</rss>

