<?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 Reloading large data in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Reloading-large-data/m-p/283759#M1279988</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Expanding a bit on this, you will probably want to create separate QVWs to handle the incremental reloads, one for each table that you're incremental loading.&amp;nbsp; Those should create QVDs with the data they've loaded (necessary for the incremental reload in any case).&amp;nbsp; Then your real application would read that data from the QVDs instead of from the databases themselves.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Loading quickly from large QVDs can also take a little extra effort.&amp;nbsp; If your load is simple enough (no field manipulation other than optional renames, no where conditions except a single optional exists()), the QVD load will go MUCH faster.&amp;nbsp; It can sometimes be worth setting up your condition(s) as an exists(), doing some conditions with an inner join after the load, field manipulation after the load and so on.&amp;nbsp; But before we get into all of that, it's quite possible that simply implementing some incremental loads will solve the problem to your satisfaction, so definitely start there.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 13 Jun 2011 19:29:29 GMT</pubDate>
    <dc:creator>johnw</dc:creator>
    <dc:date>2011-06-13T19:29:29Z</dc:date>
    <item>
      <title>Reloading large data</title>
      <link>https://community.qlik.com/t5/QlikView/Reloading-large-data/m-p/283755#M1279977</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello everybody,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have just created a Qlikview report and deployed it on the QV Server. I'm able to access the report over a browser.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) 4 of the 12 tables are very large with about 1.5 million rows (3-4 columns). The qvw file size is 51 MB &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2) The initial data load took me about an hour.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'd like to know what is the optimal method of reloading this data. Considering the time it took, I think I can reload only twice or thrice a day. Even that might affect the performance of the production OLTP DB server.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'd only be building more reports and that is going to add more tables over a period of time. I'm relaly worried about the reload.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We are in the business of managing millions of devices and the activity data is captured on these devices/customers every day and that data definitely needs to be captured into the BI system for trending purposes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does qlikview have an option to track only incremental / changed data ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kinldy thow some light on How I should go about designing this BI system. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Anton&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Jan 2026 18:19:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Reloading-large-data/m-p/283755#M1279977</guid>
      <dc:creator />
      <dc:date>2026-01-26T18:19:17Z</dc:date>
    </item>
    <item>
      <title>Reloading large data</title>
      <link>https://community.qlik.com/t5/QlikView/Reloading-large-data/m-p/283756#M1279979</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Yes, read the manual under the section Incremental Reload, P.540 in my case&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Jun 2011 18:46:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Reloading-large-data/m-p/283756#M1279979</guid>
      <dc:creator>Clever_Anjos</dc:creator>
      <dc:date>2011-06-13T18:46:01Z</dc:date>
    </item>
    <item>
      <title>Reloading large data</title>
      <link>https://community.qlik.com/t5/QlikView/Reloading-large-data/m-p/283757#M1279981</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Hi Thanks for the response. What is "My Case" document. Where can I access it. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Jun 2011 18:49:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Reloading-large-data/m-p/283757#M1279981</guid>
      <dc:creator />
      <dc:date>2011-06-13T18:49:08Z</dc:date>
    </item>
    <item>
      <title>Re: Reloading large data</title>
      <link>https://community.qlik.com/t5/QlikView/Reloading-large-data/m-p/283758#M1279985</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here: &lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://d1cf4w4kkla6tb.cloudfront.net/documentation/10.00/latest/Qv/English/QlikView%20Reference%20Manual.pdf"&gt;http://d1cf4w4kkla6tb.cloudfront.net/documentation/10.00/latest/Qv/English/QlikView%20Reference%20Manual.pdf&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Jun 2011 18:58:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Reloading-large-data/m-p/283758#M1279985</guid>
      <dc:creator>Clever_Anjos</dc:creator>
      <dc:date>2011-06-13T18:58:33Z</dc:date>
    </item>
    <item>
      <title>Reloading large data</title>
      <link>https://community.qlik.com/t5/QlikView/Reloading-large-data/m-p/283759#M1279988</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Expanding a bit on this, you will probably want to create separate QVWs to handle the incremental reloads, one for each table that you're incremental loading.&amp;nbsp; Those should create QVDs with the data they've loaded (necessary for the incremental reload in any case).&amp;nbsp; Then your real application would read that data from the QVDs instead of from the databases themselves.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Loading quickly from large QVDs can also take a little extra effort.&amp;nbsp; If your load is simple enough (no field manipulation other than optional renames, no where conditions except a single optional exists()), the QVD load will go MUCH faster.&amp;nbsp; It can sometimes be worth setting up your condition(s) as an exists(), doing some conditions with an inner join after the load, field manipulation after the load and so on.&amp;nbsp; But before we get into all of that, it's quite possible that simply implementing some incremental loads will solve the problem to your satisfaction, so definitely start there.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Jun 2011 19:29:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Reloading-large-data/m-p/283759#M1279988</guid>
      <dc:creator>johnw</dc:creator>
      <dc:date>2011-06-13T19:29:29Z</dc:date>
    </item>
  </channel>
</rss>

