<?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 qvd optimized in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/qvd-optimized/m-p/828938#M291829</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;my model based on 9 QVD's, 4 of them connected with a link table \ key table&lt;/P&gt;&lt;P&gt;I notice that when I add the key field to connect tables via link table (THE_DATE&amp;amp;'|'&amp;amp;CAMPAIGN_NAME&amp;amp;'|'&amp;amp;AD_GROUP&amp;amp;'|'&amp;amp;PLACEMENT AS G_PLACEMENT), Script Execution is going very slow and the QVD's are not optimized.&lt;/P&gt;&lt;P&gt;is there any way to optimize these 4 QVD's?&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;ilan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 16 Jun 2015 09:03:25 GMT</pubDate>
    <dc:creator>ilanbaruch</dc:creator>
    <dc:date>2015-06-16T09:03:25Z</dc:date>
    <item>
      <title>qvd optimized</title>
      <link>https://community.qlik.com/t5/QlikView/qvd-optimized/m-p/828938#M291829</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;my model based on 9 QVD's, 4 of them connected with a link table \ key table&lt;/P&gt;&lt;P&gt;I notice that when I add the key field to connect tables via link table (THE_DATE&amp;amp;'|'&amp;amp;CAMPAIGN_NAME&amp;amp;'|'&amp;amp;AD_GROUP&amp;amp;'|'&amp;amp;PLACEMENT AS G_PLACEMENT), Script Execution is going very slow and the QVD's are not optimized.&lt;/P&gt;&lt;P&gt;is there any way to optimize these 4 QVD's?&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;ilan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Jun 2015 09:03:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/qvd-optimized/m-p/828938#M291829</guid>
      <dc:creator>ilanbaruch</dc:creator>
      <dc:date>2015-06-16T09:03:25Z</dc:date>
    </item>
    <item>
      <title>Re: qvd optimized</title>
      <link>https://community.qlik.com/t5/QlikView/qvd-optimized/m-p/828939#M291830</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ilan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;QVD load won't be optimized if you make any modifications to your load statement. The only function you can use is the "as" keyword to rename your fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would recommend 2 things:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) You can create this concatenated key when you create your QVD. you can then directly load these 4 QVDs in an optimized way.&lt;/P&gt;&lt;P&gt;OR&lt;/P&gt;&lt;P&gt;2) First LOAD all 4 QVDS, and then create the keys and join once these QVDs are in memory. This will make things faster as everything is in RAM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Juan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Jun 2015 09:10:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/qvd-optimized/m-p/828939#M291830</guid>
      <dc:creator>jvitantonio</dc:creator>
      <dc:date>2015-06-16T09:10:17Z</dc:date>
    </item>
    <item>
      <title>Re: qvd optimized</title>
      <link>https://community.qlik.com/t5/QlikView/qvd-optimized/m-p/828940#M291831</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;String concatenation is VERY slow and you are also losing optimized loading [qlikview super fast load]. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you are just wanting a unique key then use&lt;/P&gt;&lt;P&gt;autonumberhash256(THE_DATE,CAMPAIGN_NAME,AD_GROUP,PLACEMENT) AS G_PLACEMENT,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is many times quicker that concatenate string but will still not use optimized loading.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Be Aware:-This will give you a unique key but the key will be different after every reload. But the same within a reload for the same values.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Jun 2015 09:20:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/qvd-optimized/m-p/828940#M291831</guid>
      <dc:creator>sgrice</dc:creator>
      <dc:date>2015-06-16T09:20:07Z</dc:date>
    </item>
  </channel>
</rss>

