<?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 Load from qvd takes more memory than csv? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Load-from-qvd-takes-more-memory-than-csv/m-p/319964#M117934</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I load from a 2.2 gb .csv file with about 22 million rows and ~10 columns everyday on my laptop.&amp;nbsp; It takes about 10-12 minutes for it to go through the file and as long as I restrict how many rows I load with a WHERE clause or a GROUP BY clause (&amp;lt;6 million is usually safe), I don't get out of memory errors.&amp;nbsp; However, I recently made a .qvd with about 8 million rows (I think, the qvd is like 660 mb) on a better computer that I'm trying to load on my laptop.&amp;nbsp; The problem is that on the .qvd, my laptop can't even come close to even looking through the whole file without getting out of memory errors every single time.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So my laptop can sum 22 million rows by date without getting out of memory errors but it won't load like 200,000 rows from the .qvd?&amp;nbsp; Can anyone explain this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And I just tried this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TransactionsTemp:&lt;/P&gt;&lt;P&gt;FIRST 300000 LOAD &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; sender, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; receiver, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; tx_set, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; date, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; time, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; sender_transaction_id, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; originating_transaction_id,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; //sender_entity_type, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; esiid, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; customer_name, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; reject_flag, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; reject_reason_code, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; reject_reason,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; left(sender_transaction_id,3) as 'service_order_type'&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;&lt;C&gt;&lt;/C&gt;&lt;/P&gt;&lt;P&gt;(qvd)&lt;/P&gt;&lt;P&gt;WHERE esiid = '15981561258'; //one customer&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;which loads like 50 rows but has to look through the entire file and it worked fine in like 1 minute....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;what's going on?&amp;nbsp; If i took out the first 300000 and tried to put WHERE clause that would load like 500,000 rows it wouldn't work for some reason but I can 6 million fine and I can obviously do things that require going through the whole file just fine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 02 Sep 2011 16:53:03 GMT</pubDate>
    <dc:creator />
    <dc:date>2011-09-02T16:53:03Z</dc:date>
    <item>
      <title>Load from qvd takes more memory than csv?</title>
      <link>https://community.qlik.com/t5/QlikView/Load-from-qvd-takes-more-memory-than-csv/m-p/319964#M117934</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I load from a 2.2 gb .csv file with about 22 million rows and ~10 columns everyday on my laptop.&amp;nbsp; It takes about 10-12 minutes for it to go through the file and as long as I restrict how many rows I load with a WHERE clause or a GROUP BY clause (&amp;lt;6 million is usually safe), I don't get out of memory errors.&amp;nbsp; However, I recently made a .qvd with about 8 million rows (I think, the qvd is like 660 mb) on a better computer that I'm trying to load on my laptop.&amp;nbsp; The problem is that on the .qvd, my laptop can't even come close to even looking through the whole file without getting out of memory errors every single time.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So my laptop can sum 22 million rows by date without getting out of memory errors but it won't load like 200,000 rows from the .qvd?&amp;nbsp; Can anyone explain this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And I just tried this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TransactionsTemp:&lt;/P&gt;&lt;P&gt;FIRST 300000 LOAD &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; sender, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; receiver, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; tx_set, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; date, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; time, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; sender_transaction_id, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; originating_transaction_id,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; //sender_entity_type, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; esiid, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; customer_name, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; reject_flag, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; reject_reason_code, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; reject_reason,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; left(sender_transaction_id,3) as 'service_order_type'&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;&lt;C&gt;&lt;/C&gt;&lt;/P&gt;&lt;P&gt;(qvd)&lt;/P&gt;&lt;P&gt;WHERE esiid = '15981561258'; //one customer&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;which loads like 50 rows but has to look through the entire file and it worked fine in like 1 minute....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;what's going on?&amp;nbsp; If i took out the first 300000 and tried to put WHERE clause that would load like 500,000 rows it wouldn't work for some reason but I can 6 million fine and I can obviously do things that require going through the whole file just fine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Sep 2011 16:53:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-from-qvd-takes-more-memory-than-csv/m-p/319964#M117934</guid>
      <dc:creator />
      <dc:date>2011-09-02T16:53:03Z</dc:date>
    </item>
  </channel>
</rss>

