<?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: best practices of data modeling in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/best-practices-of-data-modeling/m-p/120973#M18529</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vipin, I believe you mean Star Schema instead Star&lt;STRONG&gt;t&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Thanks all for help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Wish you the best!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yevhenii&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 26 Jul 2018 08:38:29 GMT</pubDate>
    <dc:creator>maxsheva</dc:creator>
    <dc:date>2018-07-26T08:38:29Z</dc:date>
    <item>
      <title>best practices of data modeling</title>
      <link>https://community.qlik.com/t5/QlikView/best-practices-of-data-modeling/m-p/120967#M18523</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What are the best practices of data modeling if there only one data file includes both measures and dimensions?&lt;/P&gt;&lt;P&gt;The number of columns are 24 but rows are not limited as new data will be loading every day.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could it be one table or need to divide them by Fact and Dimensions?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I remember one table can take more CPU resources where Star as well as Snowflake schemas affect on RAM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any suggestion will be much appreciated.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Jul 2018 11:44:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/best-practices-of-data-modeling/m-p/120967#M18523</guid>
      <dc:creator>maxsheva</dc:creator>
      <dc:date>2018-07-24T11:44:10Z</dc:date>
    </item>
    <item>
      <title>Re: best practices of data modeling</title>
      <link>https://community.qlik.com/t5/QlikView/best-practices-of-data-modeling/m-p/120968#M18524</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Max,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Look this image please:&lt;BR /&gt;It's in portuguese ok?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="MODELOQV.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/208670_MODELOQV.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you need a data model, prefer the star schema, he is the best in most of cases.&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 10pt; font-family: arial, helvetica, sans-serif;"&gt;Sometimes it is not possible to use it, so we chose Snow Flake or Simple Table.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Jul 2018 11:55:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/best-practices-of-data-modeling/m-p/120968#M18524</guid>
      <dc:creator>PabloTrevisan</dc:creator>
      <dc:date>2018-07-24T11:55:19Z</dc:date>
    </item>
    <item>
      <title>Re: best practices of data modeling</title>
      <link>https://community.qlik.com/t5/QlikView/best-practices-of-data-modeling/m-p/120969#M18525</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In short,&lt;/P&gt;&lt;P&gt;Generally, with single table your front-end performance would be better, however, trade off comes in script load, application size; load time could be longer. And with other approach, the effect would be reverse.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Jul 2018 11:58:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/best-practices-of-data-modeling/m-p/120969#M18525</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2018-07-24T11:58:45Z</dc:date>
    </item>
    <item>
      <title>Re: best practices of data modeling</title>
      <link>https://community.qlik.com/t5/QlikView/best-practices-of-data-modeling/m-p/120970#M18526</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Pablo, I have already found that example in English &lt;A href="https://community.qlikview.com/thread/253467" title="https://community.qlikview.com/thread/253467"&gt;Regarding Star schema to a single table | Qlik Community&lt;/A&gt;&lt;/P&gt;&lt;P&gt;However it cannot give me right decision.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/qlik-users/26418"&gt;tresesco&lt;/A&gt; thanks for suggesting. Do you know where to find test evidence about better front-end performance when to use single table? Why do you think picture above shows worst RAM consumption in a using of single table?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Jul 2018 12:49:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/best-practices-of-data-modeling/m-p/120970#M18526</guid>
      <dc:creator>maxsheva</dc:creator>
      <dc:date>2018-07-24T12:49:20Z</dc:date>
    </item>
    <item>
      <title>Re: best practices of data modeling</title>
      <link>https://community.qlik.com/t5/QlikView/best-practices-of-data-modeling/m-p/120971#M18527</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't know about the test evidence source. However, single table taking more RAM makes sense to me.&amp;nbsp; Let me try explain why I feel so.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A single table means your table is de-normalized upto maximum extent, i.e. - data redundancy at it's best (actually worst for us). Though qlik uses it's symbol tables using bit-stuffed pointers to reduce this redundancy at the back-end (disk), when expanded in the RAM the same redundancy prevails and RAM is consumed accordingly.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Jul 2018 06:11:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/best-practices-of-data-modeling/m-p/120971#M18527</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2018-07-26T06:11:09Z</dc:date>
    </item>
    <item>
      <title>Re: best practices of data modeling</title>
      <link>https://community.qlik.com/t5/QlikView/best-practices-of-data-modeling/m-p/120972#M18528</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As Pablo has mention Start schema is the best response in data model Even Qlik also suggest the the Start Schema in his Best Practise for data model. Even you can use optimised qvd. And use specific data.&lt;/P&gt;&lt;P&gt;If you have multiple fact table with diffrent granuality level data you can use Link table.&lt;/P&gt;&lt;P&gt;If you have same Granuality level data you can preffer Concatination.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Jul 2018 06:27:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/best-practices-of-data-modeling/m-p/120972#M18528</guid>
      <dc:creator>vipin_mishra479</dc:creator>
      <dc:date>2018-07-26T06:27:16Z</dc:date>
    </item>
    <item>
      <title>Re: best practices of data modeling</title>
      <link>https://community.qlik.com/t5/QlikView/best-practices-of-data-modeling/m-p/120973#M18529</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vipin, I believe you mean Star Schema instead Star&lt;STRONG&gt;t&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Thanks all for help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Wish you the best!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yevhenii&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Jul 2018 08:38:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/best-practices-of-data-modeling/m-p/120973#M18529</guid>
      <dc:creator>maxsheva</dc:creator>
      <dc:date>2018-07-26T08:38:29Z</dc:date>
    </item>
  </channel>
</rss>

