<?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: Long load times - can't replicate in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Long-load-times-can-t-replicate/m-p/820975#M289426</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi Gareth&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have you managed to find a solution to your problem? if yes, could you please explain?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sasi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 13 Aug 2015 13:15:58 GMT</pubDate>
    <dc:creator>sasiparupudi1</dc:creator>
    <dc:date>2015-08-13T13:15:58Z</dc:date>
    <item>
      <title>Long load times - can't replicate</title>
      <link>https://community.qlik.com/t5/QlikView/Long-load-times-can-t-replicate/m-p/820970#M289421</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;I have a load script that deals with large amounts of data.&amp;nbsp; It runs weekly for an incremental load process.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Recently, it has been taking an extremely long time to load.&amp;nbsp; I have analysed the logs and found the points in the process that are taking the longest and I'm trying to replicate them in isolation by manually reloading certain parts in a stand-alone QVW.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;One step in particular takes 1day 1hour 28mins.&amp;nbsp; This simply reads a large QVD with minimal changes then does an inner join with another QVD.&amp;nbsp; I have loaded the first QVD which took only 38mins using the same portion of code.&amp;nbsp; Then I thought perhaps the time related to the inner join, so I ran this in isolation also and that took a total of 42 mins using the same code as the main script.&amp;nbsp; So obviously there is something else at play here.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The regular reload is kicked off using command-line (qlikview /r xx.qvw).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Has anyone experienced this type of behaviour before?&amp;nbsp; My understanding is that synthetic keys aren't built until the end of a load process, so that is not the problem because all tables are dropped once dealt with and stored out.&amp;nbsp; I've also made sure I hadn't set up any regular processes that might be having an impact on resources.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any ideas would be greatly appreciated!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;GPC&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Nov 2014 16:40:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Long-load-times-can-t-replicate/m-p/820970#M289421</guid>
      <dc:creator />
      <dc:date>2014-11-12T16:40:51Z</dc:date>
    </item>
    <item>
      <title>Re: Long load times - can't replicate</title>
      <link>https://community.qlik.com/t5/QlikView/Long-load-times-can-t-replicate/m-p/820971#M289422</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;My guess would be that the join (or joins) are the cause. Joining tables can be resource intensive and will take longer the more records and tables are involved.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Nov 2014 17:55:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Long-load-times-can-t-replicate/m-p/820971#M289422</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2014-11-12T17:55:56Z</dc:date>
    </item>
    <item>
      <title>Re: Long load times - can't replicate</title>
      <link>https://community.qlik.com/t5/QlikView/Long-load-times-can-t-replicate/m-p/820972#M289423</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Gysbert,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your response.&amp;nbsp; However, I have replicated the same join in isolation of the full ETL process and it takes only 42 mins as opposed to 1 day 1 hour 28 mins.&amp;nbsp; So I'm completely confused!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;G&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Nov 2014 10:47:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Long-load-times-can-t-replicate/m-p/820972#M289423</guid>
      <dc:creator />
      <dc:date>2014-11-13T10:47:27Z</dc:date>
    </item>
    <item>
      <title>Re: Long load times - can't replicate</title>
      <link>https://community.qlik.com/t5/QlikView/Long-load-times-can-t-replicate/m-p/820973#M289424</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Did you monitor the ram usage of the server? If it runs out of physical ram and needs to use the page file it will slow down to a crawl. Running only the part of the script that involves the join may not hit that limit. If the app has already loaded a lot of data and then needs to join tables it may hit that limit.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Nov 2014 10:50:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Long-load-times-can-t-replicate/m-p/820973#M289424</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2014-11-13T10:50:46Z</dc:date>
    </item>
    <item>
      <title>Re: Long load times - can't replicate</title>
      <link>https://community.qlik.com/t5/QlikView/Long-load-times-can-t-replicate/m-p/820974#M289425</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Good idea - I'll set up a performance monitor log and see if I can see anything going on.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Nov 2014 12:17:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Long-load-times-can-t-replicate/m-p/820974#M289425</guid>
      <dc:creator />
      <dc:date>2014-11-13T12:17:28Z</dc:date>
    </item>
    <item>
      <title>Re: Long load times - can't replicate</title>
      <link>https://community.qlik.com/t5/QlikView/Long-load-times-can-t-replicate/m-p/820975#M289426</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi Gareth&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have you managed to find a solution to your problem? if yes, could you please explain?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sasi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Aug 2015 13:15:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Long-load-times-can-t-replicate/m-p/820975#M289426</guid>
      <dc:creator>sasiparupudi1</dc:creator>
      <dc:date>2015-08-13T13:15:58Z</dc:date>
    </item>
  </channel>
</rss>

