<?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: Difference between Star Schema &amp; Snow Flake Schema? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Difference-between-Star-Schema-Snow-Flake-Schema/m-p/626472#M1098091</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In general way if we say&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1.When you have one Fact Table and Multiple Dimension Tables is a Star schema.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2.When You have a Fact Table it is connected to dimension table and then sub dimension table is a snow flake schema.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 08 May 2014 08:22:21 GMT</pubDate>
    <dc:creator>its_anandrjs</dc:creator>
    <dc:date>2014-05-08T08:22:21Z</dc:date>
    <item>
      <title>Difference between Star Schema &amp; Snow Flake Schema?</title>
      <link>https://community.qlik.com/t5/QlikView/Difference-between-Star-Schema-Snow-Flake-Schema/m-p/626471#M1098090</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 14.0pt; font-family: 'Arial','sans-serif';"&gt;Difference between Star Schema &amp;amp; Snow Flake Schema?&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 May 2014 08:10:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Difference-between-Star-Schema-Snow-Flake-Schema/m-p/626471#M1098090</guid>
      <dc:creator />
      <dc:date>2014-05-08T08:10:31Z</dc:date>
    </item>
    <item>
      <title>Re: Difference between Star Schema &amp; Snow Flake Schema?</title>
      <link>https://community.qlik.com/t5/QlikView/Difference-between-Star-Schema-Snow-Flake-Schema/m-p/626472#M1098091</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In general way if we say&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1.When you have one Fact Table and Multiple Dimension Tables is a Star schema.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2.When You have a Fact Table it is connected to dimension table and then sub dimension table is a snow flake schema.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 May 2014 08:22:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Difference-between-Star-Schema-Snow-Flake-Schema/m-p/626472#M1098091</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2014-05-08T08:22:21Z</dc:date>
    </item>
    <item>
      <title>Re: Difference between Star Schema &amp; Snow Flake Schema?</title>
      <link>https://community.qlik.com/t5/QlikView/Difference-between-Star-Schema-Snow-Flake-Schema/m-p/626473#M1098092</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here are the main difference from the learning website&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE cellspacing="0" style="margin-top: 2px; margin-right: 10px; margin-left: 10px; border: 0px solid #ededed; color: #000000; font-family: Georgia, serif; font-size: 16px;" summary="Snowflake Schema versus Star Schema comparison chart" title="Snowflake Schema vs. Star Schema comparison chart"&gt;&lt;THEAD&gt;&lt;TR&gt;&lt;TH class="vcol" style="padding: 1px 8px 20px;"&gt;&lt;H3 class="comparehead" style="font-size: 18px; margin-top: 8px; margin-right: 15px; font-family: 'Droid Serif', Georgia, serif;"&gt;&lt;/H3&gt;&lt;/TH&gt;&lt;TH class="vcol" style="padding: 1px 8px 20px;"&gt;&lt;H3 class="comparehead" style="margin-top: 8px; margin-right: 15px; font-size: 18px; color: #000000; font-family: 'Droid Serif', Georgia, serif;"&gt;Snowflake Schema &lt;/H3&gt;&lt;/TH&gt;&lt;TD&gt;&lt;H3 class="comparehead" style="font-size: 18px; margin-top: 8px; margin-right: 15px; font-family: 'Droid Serif', Georgia, serif;"&gt;Star Schema&lt;/H3&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/THEAD&gt;&lt;TBODY&gt;&lt;TR class="comparisonRow diff" title="Snowflake Schema vs Star Schema comparison - Ease of maintenance / change"&gt;&lt;TD class="acol" style="border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #ededed; font-size: 0.85em; font-weight: bold; text-align: right; padding: 5px 5px 5px 0;"&gt;Ease of maintenance / change&lt;/TD&gt;&lt;TD class="vcol" style="border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #ededed; padding: 5px 10px; font-size: 0.95em; border-left-width: 1px; border-left-style: solid; border-left-color: #ededed; border-right-width: 1px; border-right-style: solid; border-right-color: #ededed;"&gt;No redundancy and hence more easy to maintain and change&lt;/TD&gt;&lt;TD class="vcol" style="border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #ededed; padding: 5px 10px; font-size: 0.95em;"&gt;Has redundant data and hence less easy to maintain/change&lt;/TD&gt;&lt;/TR&gt;&lt;TR class="comparisonRow diff" title="Snowflake Schema vs Star Schema comparison - Ease of Use"&gt;&lt;TD class="acol" style="border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #ededed; font-size: 0.85em; font-weight: bold; text-align: right; padding: 5px 5px 5px 0;"&gt;Ease of Use&lt;/TD&gt;&lt;TD class="vcol" style="border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #ededed; padding: 5px 10px; font-size: 0.95em; border-left-width: 1px; border-left-style: solid; border-left-color: #ededed; border-right-width: 1px; border-right-style: solid; border-right-color: #ededed;"&gt;More complex queries and hence less easy to understand&lt;/TD&gt;&lt;TD class="vcol" style="border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #ededed; padding: 5px 10px; font-size: 0.95em;"&gt;Less complex queries and easy to understand&lt;/TD&gt;&lt;/TR&gt;&lt;TR class="comparisonRow diff" title="Snowflake Schema vs Star Schema comparison - Query Performance"&gt;&lt;TD class="acol" style="border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #ededed; font-size: 0.85em; font-weight: bold; text-align: right; padding: 5px 5px 5px 0;"&gt;Query Performance&lt;/TD&gt;&lt;TD class="vcol" style="border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #ededed; padding: 5px 10px; font-size: 0.95em; border-left-width: 1px; border-left-style: solid; border-left-color: #ededed; border-right-width: 1px; border-right-style: solid; border-right-color: #ededed;"&gt;More foreign keys-and hence more query execution time&lt;/TD&gt;&lt;TD class="vcol" style="border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #ededed; padding: 5px 10px; font-size: 0.95em;"&gt;Less no. of foreign keys and hence lesser query execution time&lt;/TD&gt;&lt;/TR&gt;&lt;TR class="comparisonRow diff" title="Snowflake Schema vs Star Schema comparison - Type of Datawarehouse"&gt;&lt;TD class="acol" style="border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #ededed; font-size: 0.85em; font-weight: bold; text-align: right; padding: 5px 5px 5px 0;"&gt;Type of Datawarehouse&lt;/TD&gt;&lt;TD class="vcol" style="border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #ededed; padding: 5px 10px; font-size: 0.95em; border-left-width: 1px; border-left-style: solid; border-left-color: #ededed; border-right-width: 1px; border-right-style: solid; border-right-color: #ededed;"&gt;Good to use for datawarehouse core to simplify complex relationships (many:many)&lt;/TD&gt;&lt;TD class="vcol" style="border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #ededed; padding: 5px 10px; font-size: 0.95em;"&gt;Good for datamarts with simple relationships (1:1 or 1:many)&lt;/TD&gt;&lt;/TR&gt;&lt;TR class="comparisonRow diff" title="Snowflake Schema vs Star Schema comparison - Joins"&gt;&lt;TD class="acol" style="border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #ededed; font-size: 0.85em; font-weight: bold; text-align: right; padding: 5px 5px 5px 0;"&gt;Joins&lt;/TD&gt;&lt;TD class="vcol" style="border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #ededed; padding: 5px 10px; font-size: 0.95em; border-left-width: 1px; border-left-style: solid; border-left-color: #ededed; border-right-width: 1px; border-right-style: solid; border-right-color: #ededed;"&gt;Higher number of Joins&lt;/TD&gt;&lt;TD class="vcol" style="border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #ededed; padding: 5px 10px; font-size: 0.95em;"&gt;Fewer Joins&lt;/TD&gt;&lt;/TR&gt;&lt;TR class="comparisonRow diff" title="Snowflake Schema vs Star Schema comparison - Dimension table"&gt;&lt;TD class="acol" style="border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #ededed; font-size: 0.85em; font-weight: bold; text-align: right; padding: 5px 5px 5px 0;"&gt;Dimension table&lt;/TD&gt;&lt;TD class="vcol" style="border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #ededed; padding: 5px 10px; font-size: 0.95em; border-left-width: 1px; border-left-style: solid; border-left-color: #ededed; border-right-width: 1px; border-right-style: solid; border-right-color: #ededed;"&gt;It may have more than one dimension table for each dimension&lt;/TD&gt;&lt;TD class="vcol" style="border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #ededed; padding: 5px 10px; font-size: 0.95em;"&gt;Contains only single dimension table for each dimension&lt;/TD&gt;&lt;/TR&gt;&lt;TR class="comparisonRow diff" title="Snowflake Schema vs Star Schema comparison - When to use"&gt;&lt;TD class="acol" style="border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #ededed; font-size: 0.85em; font-weight: bold; text-align: right; padding: 5px 5px 5px 0;"&gt;When to use&lt;/TD&gt;&lt;TD class="vcol" style="border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #ededed; padding: 5px 10px; font-size: 0.95em; border-left-width: 1px; border-left-style: solid; border-left-color: #ededed; border-right-width: 1px; border-right-style: solid; border-right-color: #ededed;"&gt;When dimension table is relatively big in size, snowflaking is better as it reduces space.&lt;/TD&gt;&lt;TD class="vcol" style="border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #ededed; padding: 5px 10px; font-size: 0.95em;"&gt;When dimension table contains less number of rows, we can go for Star schema.&lt;/TD&gt;&lt;/TR&gt;&lt;TR class="comparisonRow diff" title="Snowflake Schema vs Star Schema comparison - Normalization/ De-Normalization"&gt;&lt;TD class="acol" style="border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #ededed; font-size: 0.85em; font-weight: bold; text-align: right; padding: 5px 5px 5px 0;"&gt;Normalization/ De-Normalization&lt;/TD&gt;&lt;TD class="vcol" style="border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #ededed; padding: 5px 10px; font-size: 0.95em; border-left-width: 1px; border-left-style: solid; border-left-color: #ededed; border-right-width: 1px; border-right-style: solid; border-right-color: #ededed;"&gt;Dimension Tables are in Normalized form but Fact Table is still in De-Normalized form&lt;/TD&gt;&lt;TD class="vcol" style="border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #ededed; padding: 5px 10px; font-size: 0.95em;"&gt;Both Dimension and Fact Tables are in De-Normalized form&lt;/TD&gt;&lt;/TR&gt;&lt;TR class="comparisonRow lastRow diff" title="Snowflake Schema vs Star Schema comparison - Data model"&gt;&lt;TD class="acol" style="font-size: 0.85em; font-weight: bold; text-align: right; padding: 5px 5px 5px 0;"&gt;Data model&lt;/TD&gt;&lt;TD class="vcol" style="padding: 5px 10px; font-size: 0.95em; border-left-width: 1px; border-left-style: solid; border-left-color: #ededed; border-right-width: 1px; border-right-style: solid; border-right-color: #ededed;"&gt;Bottom up approach&lt;/TD&gt;&lt;TD class="vcol" style="padding: 5px 10px; font-size: 0.95em;"&gt;Top down approach&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 May 2014 08:24:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Difference-between-Star-Schema-Snow-Flake-Schema/m-p/626473#M1098092</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2014-05-08T08:24:34Z</dc:date>
    </item>
    <item>
      <title>Re: Difference between Star Schema &amp; Snow Flake Schema?</title>
      <link>https://community.qlik.com/t5/QlikView/Difference-between-Star-Schema-Snow-Flake-Schema/m-p/626474#M1098093</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thankyou&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 May 2014 08:24:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Difference-between-Star-Schema-Snow-Flake-Schema/m-p/626474#M1098093</guid>
      <dc:creator />
      <dc:date>2014-05-08T08:24:44Z</dc:date>
    </item>
  </channel>
</rss>

