<?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 Breakdown the reload script into Data Sets and Chunks to achieve independent reload cycle in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Breakdown-the-reload-script-into-Data-Sets-and-Chunks-to-achieve/m-p/227746#M79843</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;If you want that the data already loaded in qvd should not be changed by full reload then&lt;/P&gt;&lt;P&gt;There is a function Reloadtime().&lt;/P&gt;&lt;P&gt;If your fact table has got any field for date then use a where clause like &lt;B&gt;where (datefield &amp;gt; Reloadtime())&lt;/B&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want to reload only changed records then you should go for partial reload using &lt;B&gt;add / update&lt;/B&gt; keywords. Reference manual has nice examples for it.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Shubhasheesh Chakraverty&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 23 Dec 2010 11:03:43 GMT</pubDate>
    <dc:creator />
    <dc:date>2010-12-23T11:03:43Z</dc:date>
    <item>
      <title>Breakdown the reload script into Data Sets and Chunks to achieve independent reload cycle</title>
      <link>https://community.qlik.com/t5/QlikView/Breakdown-the-reload-script-into-Data-Sets-and-Chunks-to-achieve/m-p/227741#M79838</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;This is what of my collegue wants me to achieve it. Could you please tell me how it can be achieved. I am not able to understand what exactly he meant by the following lines below? Hope some one can come up with what exactly he wants and also let me know how it can be achieved.&lt;/P&gt;&lt;P class="MsoListParagraph" style="margin: 0cm 0cm 12pt 36pt; text-indent: -18pt; mso-list: l0 level1 lfo1;"&gt;&lt;STRONG&gt;"&lt;/STRONG&gt; &lt;STRONG&gt;Breakdown the reload script into Data Sets as the reload script is getting quite large, I would like to break it into chunks so that we can achieve independent reload cycles"&lt;/STRONG&gt;&lt;/P&gt;&lt;P class="MsoListParagraph" style="margin: 0cm 0cm 12pt 36pt; text-indent: -18pt; mso-list: l0 level1 lfo1;"&gt;Thanks in advance!&lt;BR /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Dec 2010 07:45:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Breakdown-the-reload-script-into-Data-Sets-and-Chunks-to-achieve/m-p/227741#M79838</guid>
      <dc:creator />
      <dc:date>2010-12-20T07:45:42Z</dc:date>
    </item>
    <item>
      <title>Breakdown the reload script into Data Sets and Chunks to achieve independent reload cycle</title>
      <link>https://community.qlik.com/t5/QlikView/Breakdown-the-reload-script-into-Data-Sets-and-Chunks-to-achieve/m-p/227742#M79839</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;STRONG&gt;"&lt;/STRONG&gt; &lt;STRONG&gt;Breakdown the reload script into Data Sets as the reload script is getting quite large, I would like to break it into chunks so that we can achieve independent reload cycles"&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;It means the reload script is pulling too much data in single memory table and thus the memory table is very large.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Hence load data in small pieces and store in multiple QVDs&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;ex if you are pulling for year 2010 then inspite of loading full data for 2010 load for 12 months one by one and store 1 month and drop the memory table for that month then load next month.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;At last concatenate all 12 QVDs in final application.&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Dec 2010 10:11:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Breakdown-the-reload-script-into-Data-Sets-and-Chunks-to-achieve/m-p/227742#M79839</guid>
      <dc:creator />
      <dc:date>2010-12-20T10:11:21Z</dc:date>
    </item>
    <item>
      <title>Breakdown the reload script into Data Sets and Chunks to achieve independent reload cycle</title>
      <link>https://community.qlik.com/t5/QlikView/Breakdown-the-reload-script-into-Data-Sets-and-Chunks-to-achieve/m-p/227743#M79840</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Its a very good input from subhasheeh. This type of approach is very usefull when we have a very large data and it takes long tine to reload.&lt;/P&gt;&lt;P&gt;1. You should make qvd at different level /Phase.&lt;/P&gt;&lt;P&gt;2. Now All of this QVD can be Called in Final application. - Optimized QVD takes very fewer time to get loaded as compare to raw qvd.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Dec 2010 11:38:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Breakdown-the-reload-script-into-Data-Sets-and-Chunks-to-achieve/m-p/227743#M79840</guid>
      <dc:creator />
      <dc:date>2010-12-20T11:38:37Z</dc:date>
    </item>
    <item>
      <title>Breakdown the reload script into Data Sets and Chunks to achieve independent reload cycle</title>
      <link>https://community.qlik.com/t5/QlikView/Breakdown-the-reload-script-into-Data-Sets-and-Chunks-to-achieve/m-p/227744#M79841</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Shubhasheesh Chakraverty&lt;/P&gt;&lt;P&gt;Yes I totally agree with your point. But even to create the qvd we have to reload the data. What if we have created the QVD later there has been some changes in the data later on. In this case we may to need to reload all the data again and create QVD.&lt;/P&gt;&lt;P&gt;There should be some way to identify where the changes are there or else we need to reload all the data again. It may not make any sense.&lt;/P&gt;&lt;P&gt;There should be some way for identifying the changes also. Am I right?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Dec 2010 10:30:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Breakdown-the-reload-script-into-Data-Sets-and-Chunks-to-achieve/m-p/227744#M79841</guid>
      <dc:creator />
      <dc:date>2010-12-23T10:30:24Z</dc:date>
    </item>
    <item>
      <title>Breakdown the reload script into Data Sets and Chunks to achieve independent reload cycle</title>
      <link>https://community.qlik.com/t5/QlikView/Breakdown-the-reload-script-into-Data-Sets-and-Chunks-to-achieve/m-p/227745#M79842</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Ashwin&lt;/P&gt;&lt;P&gt;I totally agree with your point. But I feel will make sense only if we can get to know where the changes are made and loading only the new data in to the QVD instead of loading all the data again and again.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Dec 2010 10:33:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Breakdown-the-reload-script-into-Data-Sets-and-Chunks-to-achieve/m-p/227745#M79842</guid>
      <dc:creator />
      <dc:date>2010-12-23T10:33:44Z</dc:date>
    </item>
    <item>
      <title>Breakdown the reload script into Data Sets and Chunks to achieve independent reload cycle</title>
      <link>https://community.qlik.com/t5/QlikView/Breakdown-the-reload-script-into-Data-Sets-and-Chunks-to-achieve/m-p/227746#M79843</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;If you want that the data already loaded in qvd should not be changed by full reload then&lt;/P&gt;&lt;P&gt;There is a function Reloadtime().&lt;/P&gt;&lt;P&gt;If your fact table has got any field for date then use a where clause like &lt;B&gt;where (datefield &amp;gt; Reloadtime())&lt;/B&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want to reload only changed records then you should go for partial reload using &lt;B&gt;add / update&lt;/B&gt; keywords. Reference manual has nice examples for it.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Shubhasheesh Chakraverty&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Dec 2010 11:03:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Breakdown-the-reload-script-into-Data-Sets-and-Chunks-to-achieve/m-p/227746#M79843</guid>
      <dc:creator />
      <dc:date>2010-12-23T11:03:43Z</dc:date>
    </item>
  </channel>
</rss>

