<?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: Document size after changing model in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Document-size-after-changing-model/m-p/1148561#M375603</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ramon,&lt;/P&gt;&lt;P&gt;That is because some dims duplicate some values. If you wanna add descriptions to fact tables it is better use Applymap.&lt;/P&gt;&lt;P&gt;But, for app performance is better an Star Model or Snowflake Model.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 08 Jun 2016 09:18:35 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2016-06-08T09:18:35Z</dc:date>
    <item>
      <title>Document size after changing model</title>
      <link>https://community.qlik.com/t5/QlikView/Document-size-after-changing-model/m-p/1148557#M375599</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey guys.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is something I don't understand. My model consists of one big fact table (around 40 million rows) and approximately 20 dimension tables (products, customers, all those things).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have made a slight change in my model: I have left joined my fact table to some simple dimension tables. I got a recommendation telling me it's usually a better practice to include the descriptions in the fact table, so I tried. And contrary to what I expected, my document size has decreased a lot! From 3 GB to 1.6 GB.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is this normal? What is QlikView doing here that results in reducing the file size after including text descriptions in a big fact table? Shouldn't it increase its size because long descriptions are now repeated many times?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Jun 2016 08:44:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Document-size-after-changing-model/m-p/1148557#M375599</guid>
      <dc:creator>ramonarcusa36</dc:creator>
      <dc:date>2016-06-08T08:44:02Z</dc:date>
    </item>
    <item>
      <title>Re: Document size after changing model</title>
      <link>https://community.qlik.com/t5/QlikView/Document-size-after-changing-model/m-p/1148558#M375600</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In contrary to common belief does Qlik not store the data de-normalized, so those text descriptions still get stored once.&lt;/P&gt;&lt;P&gt;Some space will be gained because the key field between that fact and dimension table is now removed, but this huge difference is not explained that way.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Jun 2016 08:56:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Document-size-after-changing-model/m-p/1148558#M375600</guid>
      <dc:creator>oknotsen</dc:creator>
      <dc:date>2016-06-08T08:56:50Z</dc:date>
    </item>
    <item>
      <title>Re: Document size after changing model</title>
      <link>https://community.qlik.com/t5/QlikView/Document-size-after-changing-model/m-p/1148559#M375601</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check your Joins once &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;...it might be creating lot of junk data or duplicating data because of which the data size is getting increased ....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Jun 2016 09:05:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Document-size-after-changing-model/m-p/1148559#M375601</guid>
      <dc:creator>avinashelite</dc:creator>
      <dc:date>2016-06-08T09:05:11Z</dc:date>
    </item>
    <item>
      <title>Re: Document size after changing model</title>
      <link>https://community.qlik.com/t5/QlikView/Document-size-after-changing-model/m-p/1148560#M375602</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Its strange that size is reduced, can you check the information density of the key field for which dimensione table is joined, also normally dimension tables are pretty small but you can confirm the size of dim table being joined into fact table.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Jun 2016 09:13:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Document-size-after-changing-model/m-p/1148560#M375602</guid>
      <dc:creator>Digvijay_Singh</dc:creator>
      <dc:date>2016-06-08T09:13:32Z</dc:date>
    </item>
    <item>
      <title>Re: Document size after changing model</title>
      <link>https://community.qlik.com/t5/QlikView/Document-size-after-changing-model/m-p/1148561#M375603</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ramon,&lt;/P&gt;&lt;P&gt;That is because some dims duplicate some values. If you wanna add descriptions to fact tables it is better use Applymap.&lt;/P&gt;&lt;P&gt;But, for app performance is better an Star Model or Snowflake Model.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Jun 2016 09:18:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Document-size-after-changing-model/m-p/1148561#M375603</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-06-08T09:18:35Z</dc:date>
    </item>
    <item>
      <title>Re: Document size after changing model</title>
      <link>https://community.qlik.com/t5/QlikView/Document-size-after-changing-model/m-p/1148562#M375604</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Are there further changes within the application maybe by the compression-settings? Otherwise elaborate a bit more the changes between your tables (number of records, kind of keys and so on) and also if all data are available (this meant, if the left joins were not completely successfully there could data be removed).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Jun 2016 09:27:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Document-size-after-changing-model/m-p/1148562#M375604</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2016-06-08T09:27:03Z</dc:date>
    </item>
    <item>
      <title>Re: Document size after changing model</title>
      <link>https://community.qlik.com/t5/QlikView/Document-size-after-changing-model/m-p/1148563#M375605</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;
&lt;P&gt;Manuel Capella wrote:&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;for app performance is better an Star Model or Snowflake Model.&lt;/P&gt;

&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This depends on your data and partly your hardware.&lt;/P&gt;&lt;P&gt;I can't imaging a Snowflake model to ever be faster (but that might be my lack of experience with those). A star model CAN be faster than a single table model. It can also be slower.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Jun 2016 11:08:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Document-size-after-changing-model/m-p/1148563#M375605</guid>
      <dc:creator>oknotsen</dc:creator>
      <dc:date>2016-06-08T11:08:13Z</dc:date>
    </item>
    <item>
      <title>Re: Document size after changing model</title>
      <link>https://community.qlik.com/t5/QlikView/Document-size-after-changing-model/m-p/1148564#M375606</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have used ever snowflake and star models, these models ever worked fine than single table for me.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Jun 2016 11:14:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Document-size-after-changing-model/m-p/1148564#M375606</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-06-08T11:14:48Z</dc:date>
    </item>
    <item>
      <title>Re: Document size after changing model</title>
      <link>https://community.qlik.com/t5/QlikView/Document-size-after-changing-model/m-p/1148565#M375607</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;seems your joins worked or reduced repetiton or redundancy .&lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/laugh.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Jun 2016 11:17:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Document-size-after-changing-model/m-p/1148565#M375607</guid>
      <dc:creator>sujeetsingh</dc:creator>
      <dc:date>2016-06-08T11:17:09Z</dc:date>
    </item>
    <item>
      <title>Re: Document size after changing model</title>
      <link>https://community.qlik.com/t5/QlikView/Document-size-after-changing-model/m-p/1148566#M375608</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There is a difference between "fine" and "have the best performance" &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/wink.png" /&gt;.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Jun 2016 12:00:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Document-size-after-changing-model/m-p/1148566#M375608</guid>
      <dc:creator>oknotsen</dc:creator>
      <dc:date>2016-06-08T12:00:52Z</dc:date>
    </item>
    <item>
      <title>Re: Document size after changing model</title>
      <link>https://community.qlik.com/t5/QlikView/Document-size-after-changing-model/m-p/1148567#M375609</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Manuel said it's better to use ApplyMap to add descriptions to fact tables... but will I lose optimized load if I do it?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;About performance, Qlik has recommended us to use as few dimension tables as possible, integrating their fields in the fact table. That's what I'm trying to do. I've always used a star model, as normalized as I can in order to have every description in its right place. You're making me think it's not always better, it depends... but on what?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you guys suggest I shouldn't care too much about the document size as long as it's working properly, I'll follow your suggestion.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Jun 2016 14:40:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Document-size-after-changing-model/m-p/1148567#M375609</guid>
      <dc:creator>ramonarcusa36</dc:creator>
      <dc:date>2016-06-08T14:40:49Z</dc:date>
    </item>
    <item>
      <title>Re: Document size after changing model</title>
      <link>https://community.qlik.com/t5/QlikView/Document-size-after-changing-model/m-p/1148568#M375610</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ramon,&lt;/P&gt;&lt;P&gt;Yes, you will loose optimized load from QVD. If you have incremental load, store your QVD with Applymap done.&lt;/P&gt;&lt;P&gt;If you have more than one dimension for one fact, this dimension will be on another table. But if you have one dimension table with code and description, is better to include in fact table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Jun 2016 15:22:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Document-size-after-changing-model/m-p/1148568#M375610</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-06-08T15:22:16Z</dc:date>
    </item>
  </channel>
</rss>

