<?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 Incremental Load ( I think ) in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Incremental-Load-I-think/m-p/288441#M107265</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is my 2012 challenge; At present each night I pull down from our Oracle Database each table into a QVD file and then refresh each app.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;One particurlar table PLY_POLICY has 4 million rows and can take upto 30 minutes to load. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My tentative reading suggests I should be able to do an Incremental Load for Changes and New Additions only.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Potentially most fields could change on each row so I need to avoid duplicate records.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I did look around this community, found some dead links and then seeing as I have never done this before figured time to ask before I go horribly wrong and get frustrated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 19 Jan 2012 09:29:59 GMT</pubDate>
    <dc:creator />
    <dc:date>2012-01-19T09:29:59Z</dc:date>
    <item>
      <title>Incremental Load ( I think )</title>
      <link>https://community.qlik.com/t5/QlikView/Incremental-Load-I-think/m-p/288441#M107265</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is my 2012 challenge; At present each night I pull down from our Oracle Database each table into a QVD file and then refresh each app.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;One particurlar table PLY_POLICY has 4 million rows and can take upto 30 minutes to load. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My tentative reading suggests I should be able to do an Incremental Load for Changes and New Additions only.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Potentially most fields could change on each row so I need to avoid duplicate records.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I did look around this community, found some dead links and then seeing as I have never done this before figured time to ask before I go horribly wrong and get frustrated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Jan 2012 09:29:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Incremental-Load-I-think/m-p/288441#M107265</guid>
      <dc:creator />
      <dc:date>2012-01-19T09:29:59Z</dc:date>
    </item>
    <item>
      <title>Incremental Load ( I think )</title>
      <link>https://community.qlik.com/t5/QlikView/Incremental-Load-I-think/m-p/288442#M107266</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rob,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can find some info in the QlikView Reference Manual. In the V10 1st edition, as of Oct/10, it has the section '25.7 Using QVD files for incremental load' in the Book I. It even has some sample code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'd guess that it has enough info for you to not get frustrated... &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Fernando&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Jan 2012 21:22:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Incremental-Load-I-think/m-p/288442#M107266</guid>
      <dc:creator>fosuzuki</dc:creator>
      <dc:date>2012-01-23T21:22:22Z</dc:date>
    </item>
    <item>
      <title>Incremental Load ( I think )</title>
      <link>https://community.qlik.com/t5/QlikView/Incremental-Load-I-think/m-p/288443#M107267</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; The Ref guide is a good overview. Additional resources I suggest:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Qlikview Cookbook &lt;A href="http://robwunderlich.com/downloads"&gt;http://robwunderlich.com/downloads&lt;/A&gt; provides an working incremental load example. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. Qlikview Components &lt;A href="http://qlikviewcomponents.org"&gt;http://qlikviewcomponents.org&lt;/A&gt; will let you do the whole thing with a couple lines of code.&lt;A href="http://qlikviewnotes.blogspot.com/2012/01/incremental-load-using-qlikview.html"&gt;http://qlikviewnotes.blogspot.com/2012/01/incremental-load-using-qlikview.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Jan 2012 21:57:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Incremental-Load-I-think/m-p/288443#M107267</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2012-01-23T21:57:23Z</dc:date>
    </item>
  </channel>
</rss>

