<?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 Out of memory when loading multiple QVD files in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Out-of-memory-when-loading-multiple-QVD-files/m-p/141343#M21054</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'll try that and see what comes out.&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;/magnus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 16 Apr 2009 12:17:37 GMT</pubDate>
    <dc:creator />
    <dc:date>2009-04-16T12:17:37Z</dc:date>
    <item>
      <title>Out of memory when loading multiple QVD files</title>
      <link>https://community.qlik.com/t5/QlikView/Out-of-memory-when-loading-multiple-QVD-files/m-p/141339#M21050</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm trying to load multiple (5) QVD files in my script. Each QVD has 15 000 000 to 20 000 000 lines. Adter a while I'll get a out of memory exception. With my approach everything is loaded into the TRANSACTIONS table. Can it be done in any other way?&lt;/P&gt;&lt;P&gt;Directory;&lt;BR /&gt;TRANSACTIONS:&lt;BR /&gt;LOAD&lt;BR /&gt; Date,&lt;BR /&gt; Hour,&lt;BR /&gt; CUSTOMERID,&lt;BR /&gt; CVOID,&lt;BR /&gt; LINES,&lt;BR /&gt; SESSIONID,&lt;BR /&gt; SUPPLIERID,&lt;BR /&gt; SYSTEMUSED&lt;BR /&gt;FROM TRANSACTIONS_20*.QVD (qvd);&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;/magnus&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Apr 2009 18:39:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Out-of-memory-when-loading-multiple-QVD-files/m-p/141339#M21050</guid>
      <dc:creator />
      <dc:date>2009-04-15T18:39:31Z</dc:date>
    </item>
    <item>
      <title>Out of memory when loading multiple QVD files</title>
      <link>https://community.qlik.com/t5/QlikView/Out-of-memory-when-loading-multiple-QVD-files/m-p/141340#M21051</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;5 files, each will 15 to 20 millions of records is quite much &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;How much RAM do you have?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Apr 2009 20:13:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Out-of-memory-when-loading-multiple-QVD-files/m-p/141340#M21051</guid>
      <dc:creator>blaise</dc:creator>
      <dc:date>2009-04-15T20:13:00Z</dc:date>
    </item>
    <item>
      <title>Out of memory when loading multiple QVD files</title>
      <link>https://community.qlik.com/t5/QlikView/Out-of-memory-when-loading-multiple-QVD-files/m-p/141341#M21052</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Perhaps if the QVDs were loaded in distinct LOADs the problem would resolve itself? Try loading each in a seperate LOAD statement (they will append if the structures are the same of course).&lt;/P&gt;&lt;P&gt;If that works, you might want to create a loop containing a LOAD something like &lt;B&gt;&lt;/B&gt;&lt;/P&gt;&lt;P style="font-weight: bold"&gt;FOR&lt;/P&gt;each vFile in filelist ... &lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Gordon&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Apr 2009 21:23:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Out-of-memory-when-loading-multiple-QVD-files/m-p/141341#M21052</guid>
      <dc:creator />
      <dc:date>2009-04-15T21:23:05Z</dc:date>
    </item>
    <item>
      <title>Out of memory when loading multiple QVD files</title>
      <link>https://community.qlik.com/t5/QlikView/Out-of-memory-when-loading-multiple-QVD-files/m-p/141342#M21053</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Are you getting optimized loads? That is, do you see the "optimized" message in the load progress window?&lt;/P&gt;&lt;P&gt;32bit or 64bit?&lt;/P&gt;&lt;P&gt;-Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Apr 2009 07:04:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Out-of-memory-when-loading-multiple-QVD-files/m-p/141342#M21053</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2009-04-16T07:04:52Z</dc:date>
    </item>
    <item>
      <title>Out of memory when loading multiple QVD files</title>
      <link>https://community.qlik.com/t5/QlikView/Out-of-memory-when-loading-multiple-QVD-files/m-p/141343#M21054</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'll try that and see what comes out.&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;/magnus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Apr 2009 12:17:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Out-of-memory-when-loading-multiple-QVD-files/m-p/141343#M21054</guid>
      <dc:creator />
      <dc:date>2009-04-16T12:17:37Z</dc:date>
    </item>
    <item>
      <title>Out of memory when loading multiple QVD files</title>
      <link>https://community.qlik.com/t5/QlikView/Out-of-memory-when-loading-multiple-QVD-files/m-p/141344#M21055</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;For the moment it's a 32-bit Windows 2003 Server with only 4GB memory.&lt;/P&gt;&lt;P&gt;We will shortly have a 64-bit server with 10GB of memory and perhaps the problem disappears for the moment. However, the data we like to dipslay and analyze with QlikView is growing rapidly so I need to find a solution to this anyway.&lt;/P&gt;&lt;P&gt;For sure, we can buy more hardware but it doesn't solve the core issue.&lt;/P&gt;&lt;P&gt;/magnus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Apr 2009 12:23:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Out-of-memory-when-loading-multiple-QVD-files/m-p/141344#M21055</guid>
      <dc:creator />
      <dc:date>2009-04-16T12:23:41Z</dc:date>
    </item>
    <item>
      <title>Out of memory when loading multiple QVD files</title>
      <link>https://community.qlik.com/t5/QlikView/Out-of-memory-when-loading-multiple-QVD-files/m-p/141345#M21056</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I believe that 32bit W2003 Server will only allow a task up to 2Gb of memory. There is a trick to force it to use more - a switch /3 on loading server I seem to remember will give server up to 3Gb - but this isnt my area really.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Gordon&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Apr 2009 15:20:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Out-of-memory-when-loading-multiple-QVD-files/m-p/141345#M21056</guid>
      <dc:creator />
      <dc:date>2009-04-16T15:20:42Z</dc:date>
    </item>
  </channel>
</rss>

