<?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 binary incremental load in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/binary-incremental-load/m-p/585061#M477288</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;Hi does anyone have knowledge how to setup binary incremental load? I have read that it is much faster then regular qvd incremental load.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So instead of keeping historic data in QVD it only contains the incremental loaded data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope someone can help&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>Thu, 01 May 2014 09:09:52 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-05-01T09:09:52Z</dc:date>
    <item>
      <title>binary incremental load</title>
      <link>https://community.qlik.com/t5/QlikView/binary-incremental-load/m-p/585061#M477288</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;Hi does anyone have knowledge how to setup binary incremental load? I have read that it is much faster then regular qvd incremental load.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So instead of keeping historic data in QVD it only contains the incremental loaded data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope someone can help&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>Thu, 01 May 2014 09:09:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/binary-incremental-load/m-p/585061#M477288</guid>
      <dc:creator />
      <dc:date>2014-05-01T09:09:52Z</dc:date>
    </item>
    <item>
      <title>Re: binary incremental load</title>
      <link>https://community.qlik.com/t5/QlikView/binary-incremental-load/m-p/585062#M477289</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not sure what you mean with binary incremental load, you can only perform a single binary load in your script.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you reference where you have read about this, so to give context?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 May 2014 09:12:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/binary-incremental-load/m-p/585062#M477289</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2014-05-01T09:12:07Z</dc:date>
    </item>
    <item>
      <title>Re: binary incremental load</title>
      <link>https://community.qlik.com/t5/QlikView/binary-incremental-load/m-p/585063#M477290</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes of cause :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.qlikviewaddict.com/2012/02/power-of-binary.html"&gt;http://www.qlikviewaddict.com/2012/02/power-of-binary.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a problem with that when i reduce and distribute my qlikview document it takes over 8 hours (and the file only consists of 50 mil rows) So it really shouldnt take that long.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But i cannot seem to figure out why its so slow&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 May 2014 09:15:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/binary-incremental-load/m-p/585063#M477290</guid>
      <dc:creator />
      <dc:date>2014-05-01T09:15:57Z</dc:date>
    </item>
    <item>
      <title>Re: binary incremental load</title>
      <link>https://community.qlik.com/t5/QlikView/binary-incremental-load/m-p/585064#M477291</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The binary command loads all data from one QVW into another.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To add the delta data for an incremental load, you would need to be able to identify the most recent records in the tables loaded in the binary command and then append new data to those tables in your load script.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This should be straightforward if the delta simply consists of new data, but will become more complex if you need to handle deleted / modified records and slowly changing dimensions. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 May 2014 09:22:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/binary-incremental-load/m-p/585064#M477291</guid>
      <dc:creator>Colin-Albert</dc:creator>
      <dc:date>2014-05-01T09:22:00Z</dc:date>
    </item>
    <item>
      <title>Re: binary incremental load</title>
      <link>https://community.qlik.com/t5/QlikView/binary-incremental-load/m-p/585065#M477292</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Which version of QV server are you using? Ver 11.0 changes in the way documents are opened for distribution which may affect your performance. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 May 2014 06:18:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/binary-incremental-load/m-p/585065#M477292</guid>
      <dc:creator>Colin-Albert</dc:creator>
      <dc:date>2014-05-02T06:18:55Z</dc:date>
    </item>
    <item>
      <title>Re: binary incremental load</title>
      <link>https://community.qlik.com/t5/QlikView/binary-incremental-load/m-p/585066#M477293</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I use Version 11.20&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 May 2014 07:30:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/binary-incremental-load/m-p/585066#M477293</guid>
      <dc:creator />
      <dc:date>2014-05-02T07:30:02Z</dc:date>
    </item>
    <item>
      <title>Re: binary incremental load</title>
      <link>https://community.qlik.com/t5/QlikView/binary-incremental-load/m-p/585067#M477294</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In the affected document, can you pinpoint where exactly this excessive amount of time is wasted? Or is it the Reduce step itself? (in that case the document log should show speedy execution, but the task log will show a big delay somewhere) &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 May 2014 09:51:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/binary-incremental-load/m-p/585067#M477294</guid>
      <dc:creator>Peter_Cammaert</dc:creator>
      <dc:date>2014-05-02T09:51:44Z</dc:date>
    </item>
  </channel>
</rss>

