<?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 AW:loading data from QVD in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/loading-data-from-QVD/m-p/164957#M37456</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I couldn't see anything spectacular in the code, so I tested with autogenerated random sample data (30.000.000 rows, which resulted in ca 1,500.000 grouped rows) but the thing was working without problems; memory consumption went up to ca 1,5 GB though, but it worked, the whole reload (generating table, writing it to qvd, rereading it from qvd and grouping it lasted ca 10 minutes. Of course it COULD be a memory issue with lots of data. If I'd run my test app with let's say 100 M instead of 30 M of data I also might have an error. Perhaps you could try to decrease the quantity of rows stepwise, then, if it IS a memory issue, you should come to a point where you don't have the virtual memory error any more.&lt;/P&gt;&lt;P&gt;Rgds,&lt;BR /&gt;Joachim&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 26 May 2010 11:27:43 GMT</pubDate>
    <dc:creator>biester</dc:creator>
    <dc:date>2010-05-26T11:27:43Z</dc:date>
    <item>
      <title>loading data from QVD</title>
      <link>https://community.qlik.com/t5/QlikView/loading-data-from-QVD/m-p/164956#M37455</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;I have a qvd with 7.9M rows, I'm trying to load the data which is grouping and summing and the final result should leave me with a dataset of 4.9M rows.&lt;/P&gt;&lt;P&gt;However the script runs for a few seconds, the memory usage goes crazy and then I get an error saying that I'm out of virtual memory and the load stops.&lt;/P&gt;&lt;P&gt;The thing is I thought my code is pretty simple and am surprised QV can't cope, is this normal behaviour or is there a problem with my code - posted below?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE ___default_attr="plain" class="jive_text_macro jive_macro_code" jivemacro="code"&gt;&lt;I&gt;total:&lt;BR /&gt;&lt;/I&gt;&lt;B&gt;unqualify&lt;/B&gt; *;&lt;BR /&gt;&lt;B&gt;LOAD&lt;BR /&gt;&lt;/B&gt; AAGRNUM,YEAR,MONTH,&lt;BR /&gt;max(DUEDATE) &lt;B&gt;as&lt;/B&gt; DUEDATE,&lt;BR /&gt;sum(ASFINC + DOCFEE + LAIINC + NON_INS_INC + PRIDEPN + PRIRENT + RPWREC + UN_RPW + GLR + RV + ASFREC + DOCREC + LAIREC) &lt;B&gt;As&lt;/B&gt; TOTAL&lt;BR /&gt;&lt;B&gt;FROM&lt;/B&gt; qaim04.qvd (qvd)&lt;BR /&gt;&lt;B&gt;GROUP&lt;/B&gt; &lt;B&gt;BY&lt;/B&gt; AAGRNUM, YEAR, MONTH ;&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;Many thanks,&lt;BR /&gt;Phil&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 May 2010 09:25:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/loading-data-from-QVD/m-p/164956#M37455</guid>
      <dc:creator />
      <dc:date>2010-05-26T09:25:29Z</dc:date>
    </item>
    <item>
      <title>AW:loading data from QVD</title>
      <link>https://community.qlik.com/t5/QlikView/loading-data-from-QVD/m-p/164957#M37456</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I couldn't see anything spectacular in the code, so I tested with autogenerated random sample data (30.000.000 rows, which resulted in ca 1,500.000 grouped rows) but the thing was working without problems; memory consumption went up to ca 1,5 GB though, but it worked, the whole reload (generating table, writing it to qvd, rereading it from qvd and grouping it lasted ca 10 minutes. Of course it COULD be a memory issue with lots of data. If I'd run my test app with let's say 100 M instead of 30 M of data I also might have an error. Perhaps you could try to decrease the quantity of rows stepwise, then, if it IS a memory issue, you should come to a point where you don't have the virtual memory error any more.&lt;/P&gt;&lt;P&gt;Rgds,&lt;BR /&gt;Joachim&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 May 2010 11:27:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/loading-data-from-QVD/m-p/164957#M37456</guid>
      <dc:creator>biester</dc:creator>
      <dc:date>2010-05-26T11:27:43Z</dc:date>
    </item>
    <item>
      <title>AW:loading data from QVD</title>
      <link>https://community.qlik.com/t5/QlikView/loading-data-from-QVD/m-p/164958#M37457</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Joachim,&lt;/P&gt;&lt;P&gt;Many thanks for the reply, it may be memory as my PC bombs out when memory usage gets to just under 1Gb .. the spec is a 2Gb dual core processor.&lt;/P&gt;&lt;P&gt;Though as you say the code isn't doing anything too complex and having to break it up just increases development time and makes the process more complex, though sadly it looks as though I haven't got a choice as this is the only environment I have for development.&lt;/P&gt;&lt;P&gt;Kind Regards,&lt;BR /&gt;Phil&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 May 2010 11:47:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/loading-data-from-QVD/m-p/164958#M37457</guid>
      <dc:creator />
      <dc:date>2010-05-26T11:47:17Z</dc:date>
    </item>
    <item>
      <title>AW:Re: AW:loading data from QVD</title>
      <link>https://community.qlik.com/t5/QlikView/loading-data-from-QVD/m-p/164959#M37458</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Perhaps you don't have to split up anything; maybe using the FIRST statement (e. g. FIRST 100000 LOAD) to reduce data during development the final environment might help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 May 2010 11:59:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/loading-data-from-QVD/m-p/164959#M37458</guid>
      <dc:creator>biester</dc:creator>
      <dc:date>2010-05-26T11:59:59Z</dc:date>
    </item>
  </channel>
</rss>

