<?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: Smallest performance footprint between duplicated rows vs extra relation in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Smallest-performance-footprint-between-duplicated-rows-vs-extra/m-p/2067522#M87574</link>
    <description>&lt;P&gt;&lt;SPAN&gt;You are correct that having option 1 with a snowflake schema is likely to have a smaller performance footprint than option 2 with a star schema.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;In a snowflake schema, the fact table is connected to dimension tables through intermediate tables, resulting in a more normalized data structure. This can help to reduce data redundancy and improve data consistency, which can lead to faster query performance.&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 04 May 2023 06:47:08 GMT</pubDate>
    <dc:creator>Chanty4u</dc:creator>
    <dc:date>2023-05-04T06:47:08Z</dc:date>
    <item>
      <title>Smallest performance footprint between duplicated rows vs extra relation</title>
      <link>https://community.qlik.com/t5/App-Development/Smallest-performance-footprint-between-duplicated-rows-vs-extra/m-p/2067517#M87572</link>
      <description>&lt;P&gt;Hi!&lt;/P&gt;
&lt;P&gt;I have two solutions for a model and am trying to decide on which would have the smallest performance footprint:&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;[Order Fact (10M): %ItemKey] &amp;gt; [Item Dim (1M): %ProductGroupKey] &amp;gt; [Product Group Dim (100k)]&lt;/LI&gt;
&lt;LI&gt;[Order Fact (10M): %ItemKey] &amp;gt; [Item Dim (1M): %ProductGroupKey]&lt;BR /&gt;+&amp;nbsp;[Order Fact (10M): %ItemKey] &amp;gt;&amp;nbsp;[Product Group Dim (1M)]&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;Basically it stands between having a snowflake or a star schema, an extra relation, vs duplicating data in [Product Group Dim] so I can join it directly to [Order Fact].&lt;/P&gt;
&lt;P&gt;My gut tells my that having that option 1 has the smallest footprint on performance.&lt;/P&gt;</description>
      <pubDate>Thu, 04 May 2023 06:44:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Smallest-performance-footprint-between-duplicated-rows-vs-extra/m-p/2067517#M87572</guid>
      <dc:creator>MattiasThalén</dc:creator>
      <dc:date>2023-05-04T06:44:29Z</dc:date>
    </item>
    <item>
      <title>Re: Smallest performance footprint between duplicated rows vs extra relation</title>
      <link>https://community.qlik.com/t5/App-Development/Smallest-performance-footprint-between-duplicated-rows-vs-extra/m-p/2067522#M87574</link>
      <description>&lt;P&gt;&lt;SPAN&gt;You are correct that having option 1 with a snowflake schema is likely to have a smaller performance footprint than option 2 with a star schema.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;In a snowflake schema, the fact table is connected to dimension tables through intermediate tables, resulting in a more normalized data structure. This can help to reduce data redundancy and improve data consistency, which can lead to faster query performance.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 04 May 2023 06:47:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Smallest-performance-footprint-between-duplicated-rows-vs-extra/m-p/2067522#M87574</guid>
      <dc:creator>Chanty4u</dc:creator>
      <dc:date>2023-05-04T06:47:08Z</dc:date>
    </item>
  </channel>
</rss>

