<?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: Doubt about load .qvd in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Doubt-about-load-qvd/m-p/1250818#M624241</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;True, that make any diference...I did some test and nothing has changed between its.&lt;/P&gt;&lt;P&gt;=/...Sory guys, I got excited thinking i found something new, but not... =D&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 13 Dec 2016 11:57:52 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2016-12-13T11:57:52Z</dc:date>
    <item>
      <title>Doubt about load .qvd</title>
      <link>https://community.qlik.com/t5/QlikView/Doubt-about-load-qvd/m-p/1250815#M624238</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi folks,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; I'm with a doubt...I'm was studing, reading post on qlikview community to find how load faster a .qvd very big, and i found a post wicht the man did like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="sql" __jive_macro_name="code" class="jive_macro_code jive_text_macro _jivemacro_uid_14816280341366071" jivemacro_uid="_14816280341366071"&gt;
&lt;P&gt;set vDadosFinais = 'MOVTO_VDADET';&lt;/P&gt;
&lt;P&gt;load * from ..\..\Qvds\$(vDadosFinais).QVD (qvd);&lt;/P&gt;
&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, that way i get it make a load took time 15 min, load in 1 min...Very cool...but i not understood what i did, why this works better and what is the diference make that , and make like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="sql" __jive_macro_name="code" class="jive_macro_code _jivemacro_uid_14816282256294411 jive_text_macro" jivemacro_uid="_14816282256294411"&gt;
&lt;P&gt;load * from ..\..\Qvds\MOVTO_VDADET.QVD (qvd);&lt;/P&gt;
&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If someone knows the answer , can explain me? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Dec 2016 11:27:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Doubt-about-load-qvd/m-p/1250815#M624238</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-12-13T11:27:43Z</dc:date>
    </item>
    <item>
      <title>Re: Doubt about load .qvd</title>
      <link>https://community.qlik.com/t5/QlikView/Doubt-about-load-qvd/m-p/1250816#M624239</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I doubt that only changing a literal text string into a variable will have the effect of speeding up a load by a factor 15. What can help is not doing anything that prevents a qvd from loading in optimized mode. See this blog post for more information: &lt;A href="https://www.quickintelligence.co.uk/qlikview-optimised-qvd-loads/" title="https://www.quickintelligence.co.uk/qlikview-optimised-qvd-loads/"&gt;https://www.quickintelligence.co.uk/qlikview-optimised-qvd-loads/&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Dec 2016 11:45:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Doubt-about-load-qvd/m-p/1250816#M624239</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2016-12-13T11:45:55Z</dc:date>
    </item>
    <item>
      <title>Re: Doubt about load .qvd</title>
      <link>https://community.qlik.com/t5/QlikView/Doubt-about-load-qvd/m-p/1250817#M624240</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Both of your example-statements does the same and will have the same run-time (the differences within the path aren't important for the run-times unless one is loading from a fast storage and other from a slow network). What do you noticed is difference between a normal qvd-load and an optimized qvd-load. By an optimized load happens no (real) processing of the data - they will simply transferred within the RAM. A qvd is nearly exactly a 1:1 image from RAM. In this way is only allowed to rename fields and to use a where-exists-clause with a single parameter - all other transformings will need some processing and therefore prevent the optimized load.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Dec 2016 11:45:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Doubt-about-load-qvd/m-p/1250817#M624240</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2016-12-13T11:45:56Z</dc:date>
    </item>
    <item>
      <title>Re: Doubt about load .qvd</title>
      <link>https://community.qlik.com/t5/QlikView/Doubt-about-load-qvd/m-p/1250818#M624241</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;True, that make any diference...I did some test and nothing has changed between its.&lt;/P&gt;&lt;P&gt;=/...Sory guys, I got excited thinking i found something new, but not... =D&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Dec 2016 11:57:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Doubt-about-load-qvd/m-p/1250818#M624241</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-12-13T11:57:52Z</dc:date>
    </item>
  </channel>
</rss>

