<?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 Views vs Materialized Delta Tables in Data Engineering</title>
    <link>https://community.databricks.com/t5/data-engineering/views-vs-materialized-delta-tables/m-p/19105#M12761</link>
    <description>&lt;P&gt;Is there general guidance around using views vs creating Delta tables? For example, I need to do some filtering and make small tweaks to a few columns for use in another application. Is there a downside of using a view here?&lt;/P&gt;</description>
    <pubDate>Fri, 25 Jun 2021 18:40:31 GMT</pubDate>
    <dc:creator>User16826990884</dc:creator>
    <dc:date>2021-06-25T18:40:31Z</dc:date>
    <item>
      <title>Views vs Materialized Delta Tables</title>
      <link>https://community.databricks.com/t5/data-engineering/views-vs-materialized-delta-tables/m-p/19105#M12761</link>
      <description>&lt;P&gt;Is there general guidance around using views vs creating Delta tables? For example, I need to do some filtering and make small tweaks to a few columns for use in another application. Is there a downside of using a view here?&lt;/P&gt;</description>
      <pubDate>Fri, 25 Jun 2021 18:40:31 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/views-vs-materialized-delta-tables/m-p/19105#M12761</guid>
      <dc:creator>User16826990884</dc:creator>
      <dc:date>2021-06-25T18:40:31Z</dc:date>
    </item>
    <item>
      <title>Re: Views vs Materialized Delta Tables</title>
      <link>https://community.databricks.com/t5/data-engineering/views-vs-materialized-delta-tables/m-p/19106#M12762</link>
      <description>&lt;P&gt;Views won't duplicate the data so if you are just filtering columns or rows or making small tweaks then views might be a good option. Unless, of course, the filtering is really expensive or you are doing a lot of calculations, then materialize the views as Delta tables for faster queries.&lt;/P&gt;</description>
      <pubDate>Fri, 25 Jun 2021 19:18:16 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/views-vs-materialized-delta-tables/m-p/19106#M12762</guid>
      <dc:creator>User16826990884</dc:creator>
      <dc:date>2021-06-25T19:18:16Z</dc:date>
    </item>
  </channel>
</rss>

