<?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: Load data in chunks from resident table in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Load-data-in-chunks-from-resident-table/m-p/606733#M224058</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you please one small example?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 06 Mar 2014 06:46:10 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-03-06T06:46:10Z</dc:date>
    <item>
      <title>Load data in chunks from resident table</title>
      <link>https://community.qlik.com/t5/QlikView/Load-data-in-chunks-from-resident-table/m-p/606729#M224054</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi guys,&lt;/P&gt;&lt;P&gt;i have a requirement to shift data from from one resident table to another after applying some where clauses.&lt;/P&gt;&lt;P&gt;[T1]:&lt;/P&gt;&lt;P&gt;Load * resident T2&lt;/P&gt;&lt;P&gt;where data &amp;lt; '12/31/2014'&lt;/P&gt;&lt;P&gt;drop table T2;&lt;/P&gt;&lt;P&gt;T2 is really big table with millions of rows in it. I get too much of memory consumption because both tables exist in memory at some point of time.&lt;/P&gt;&lt;P&gt;So I think if I extract data from chunks from T2 to T1 and at the same time delete that chunk from T2 then i might not have that much of memory consumption.&lt;/P&gt;&lt;P&gt;Can you guys help me with that?&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Saurabh &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Mar 2014 02:08:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-data-in-chunks-from-resident-table/m-p/606729#M224054</guid>
      <dc:creator />
      <dc:date>2014-03-06T02:08:52Z</dc:date>
    </item>
    <item>
      <title>Re: Load data in chunks from resident table</title>
      <link>https://community.qlik.com/t5/QlikView/Load-data-in-chunks-from-resident-table/m-p/606730#M224055</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;much better way would be to create new QVW which generate a new QVD (your chunk), then use your existing QVD directly in your QVW that will save your memory drastically&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Mar 2014 04:39:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-data-in-chunks-from-resident-table/m-p/606730#M224055</guid>
      <dc:creator />
      <dc:date>2014-03-06T04:39:39Z</dc:date>
    </item>
    <item>
      <title>Re: Load data in chunks from resident table</title>
      <link>https://community.qlik.com/t5/QlikView/Load-data-in-chunks-from-resident-table/m-p/606731#M224056</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;if your table is really big you can try breaking it down into several QVD's (e.g. T1_MMYYYY.qvd) and load only the ones you need (e.g. if an incremental load process load only the latest MMYYYY). Also, try to read directly from QVD vs resident as much as possible, it is&amp;nbsp; x-times faster without RAM spikes.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Mar 2014 05:42:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-data-in-chunks-from-resident-table/m-p/606731#M224056</guid>
      <dc:creator>Alejandro_Hernández</dc:creator>
      <dc:date>2014-03-06T05:42:51Z</dc:date>
    </item>
    <item>
      <title>Re: Load data in chunks from resident table</title>
      <link>https://community.qlik.com/t5/QlikView/Load-data-in-chunks-from-resident-table/m-p/606732#M224057</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Are you saying that reading from QVD is faster than reading from resident?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Mar 2014 06:45:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-data-in-chunks-from-resident-table/m-p/606732#M224057</guid>
      <dc:creator />
      <dc:date>2014-03-06T06:45:30Z</dc:date>
    </item>
    <item>
      <title>Re: Load data in chunks from resident table</title>
      <link>https://community.qlik.com/t5/QlikView/Load-data-in-chunks-from-resident-table/m-p/606733#M224058</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you please one small example?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Mar 2014 06:46:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-data-in-chunks-from-resident-table/m-p/606733#M224058</guid>
      <dc:creator />
      <dc:date>2014-03-06T06:46:10Z</dc:date>
    </item>
    <item>
      <title>Re: Load data in chunks from resident table</title>
      <link>https://community.qlik.com/t5/QlikView/Load-data-in-chunks-from-resident-table/m-p/606734#M224059</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Loading from QVD is always preferred as it's in the main, always quicker than hitting a datasource directly in the end application.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I usually run a qvd loader QVW where all the datasources are polled into individual QVD's, this runs as per schedule and the main reporting application uses these QVD's as the source.&amp;nbsp; If you try it with your T2 data you will see a huge improvement even by using the where clause for the datefield.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Load the T1 data from the newly created qvd file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;QVD_LOADER_APP.qvw&lt;/P&gt;&lt;P&gt;[T2]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Load *&lt;/P&gt;&lt;P&gt;FROM source_data;&lt;/P&gt;&lt;P&gt;STORE [T2] into 'location_share\T2_QVD.qvd'(qvd);&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Mar 2014 07:30:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-data-in-chunks-from-resident-table/m-p/606734#M224059</guid>
      <dc:creator />
      <dc:date>2014-03-06T07:30:09Z</dc:date>
    </item>
    <item>
      <title>Re: Load data in chunks from resident table</title>
      <link>https://community.qlik.com/t5/QlikView/Load-data-in-chunks-from-resident-table/m-p/606735#M224060</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;your first QVW&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;load * from T2 where data &amp;lt; '12/31/2014';&lt;/P&gt;&lt;P&gt;store * from T2 into T21.qvd (qvd);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;your second qvw&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;load * from T21.qvd (qvd);&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Mar 2014 07:44:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-data-in-chunks-from-resident-table/m-p/606735#M224060</guid>
      <dc:creator />
      <dc:date>2014-03-06T07:44:07Z</dc:date>
    </item>
  </channel>
</rss>

