<?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: memory and load in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/memory-and-load/m-p/774622#M274791</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It is depends upon the requirement that need to be taken or not.&lt;/P&gt;&lt;P&gt;if it is a case, that no need of pulling all the data then can go with this way.&lt;/P&gt;&lt;P&gt;otherwise&lt;/P&gt;&lt;P&gt;mean if is a case that should load all the data for exact results then need to apply performance optimization techniques to reduce the load time.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Charitha.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 04 Dec 2014 13:16:49 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-12-04T13:16:49Z</dc:date>
    <item>
      <title>memory and load</title>
      <link>https://community.qlik.com/t5/QlikView/memory-and-load/m-p/774617#M274786</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I want to know&amp;nbsp; these is a way to limit the RAM taken by qlikview during the reload in script ?&lt;/P&gt;&lt;P&gt;I have a script like this&lt;/P&gt;&lt;P&gt;mytable1:&lt;/P&gt;&lt;P&gt;Load *, &lt;SPAN lang="EN-US" style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;start_date&lt;/SPAN&gt;, &lt;SPAN lang="EN-US" style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;end_date&lt;/SPAN&gt; from mytable1;&lt;/P&gt;&lt;P&gt;Left join load * from mytable2;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;&lt;SPAN lang="EN-US" style="font-size: 9.0pt; font-family: 'Courier New'; color: gray;"&gt;vMinDate = min(&lt;/SPAN&gt;&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN lang="EN-US" style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;start_date) in my &lt;/SPAN&gt;mytable1&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;&lt;SPAN lang="EN-US" style="font-size: 9.0pt; font-family: 'Courier New'; color: gray;"&gt;vMaxDate= max(&lt;/SPAN&gt;&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN lang="EN-US" style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;end_date) in my &lt;/SPAN&gt;mytable1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN lang="EN-US" style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;Calendat:&lt;BR /&gt; &lt;/SPAN&gt;&lt;STRONG&gt;&lt;SPAN lang="EN-US" style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;LOAD&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN lang="EN-US" style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;Date&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;(&lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM&gt;&lt;SPAN lang="EN-US" style="font-size: 9.0pt; font-family: 'Courier New'; color: gray;"&gt;$(vMinDate)&lt;/SPAN&gt;&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN lang="EN-US" style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;+&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;IterNo&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;()-1) &lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;As&lt;/SPAN&gt; &lt;SPAN lang="EN-US" style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;TempDate&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;Autogenerate&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt; 1 &lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;while&lt;/SPAN&gt; &lt;STRONG&gt;&lt;EM&gt;&lt;SPAN lang="EN-US" style="font-size: 9.0pt; font-family: 'Courier New'; color: gray;"&gt;$(vMinDate)&lt;/SPAN&gt;&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN lang="EN-US" style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;+&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;IterNo&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;()-1&amp;lt;=&lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM&gt;&lt;SPAN lang="EN-US" style="font-size: 9.0pt; font-family: 'Courier New'; color: gray;"&gt;$(vMaxDate)&lt;/SPAN&gt;&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN lang="EN-US" style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;;&lt;BR /&gt; &lt;BR /&gt; &lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;left&lt;/SPAN&gt; &lt;SPAN lang="EN-US" style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;join&lt;/SPAN&gt; &lt;SPAN lang="EN-US" style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;IntervalMatch&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt; (&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;TempDate&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;) &lt;/SPAN&gt;&lt;STRONG&gt;&lt;SPAN lang="EN-US" style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;load&lt;/SPAN&gt;&lt;/STRONG&gt; &lt;SPAN lang="EN-US" style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;Distinct&lt;/SPAN&gt; &lt;SPAN lang="EN-US" style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;start_date&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;,&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt; end_date&lt;/SPAN&gt; &lt;SPAN lang="EN-US" style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;Resident&lt;/SPAN&gt; mytable1&lt;SPAN lang="EN-US" style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN lang="EN-US" style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;So if my user did a mistake for entrer a start_date like 01/01/2000 and an end_date like 31/12/2999. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN lang="EN-US" style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;The RAM taken by my reload will hit the roof and exceed the max RAM available in my server.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN lang="EN-US" style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;So I want to create a limit in my reload. if my load take so much RAM and pass the limit, and I want to stop et skip this load.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Dec 2014 11:16:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/memory-and-load/m-p/774617#M274786</guid>
      <dc:creator>syukyo_zhu</dc:creator>
      <dc:date>2014-12-04T11:16:37Z</dc:date>
    </item>
    <item>
      <title>Re: memory and load</title>
      <link>https://community.qlik.com/t5/QlikView/memory-and-load/m-p/774618#M274787</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 11.0pt; font-family: 'Calibri','sans-serif';"&gt;Hi Xia,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt; font-family: 'Calibri','sans-serif';"&gt;It looks like,you are using existing fields in datamart and you don't have control over dates.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt; font-family: 'Calibri','sans-serif';"&gt;So try to optimize the qlikview application for better performance , which can be done at:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt; font-family: 'Calibri','sans-serif';"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;H4&gt;&lt;SPAN lang="EN-US" style="font-family: 'Calibri','sans-serif'; color: windowtext;"&gt;Server Level&lt;/SPAN&gt;&lt;/H4&gt;&lt;H5&gt;&lt;SPAN lang="EN-US" style="font-family: 'Calibri','sans-serif'; color: windowtext;"&gt;Data Compression Technique:&lt;/SPAN&gt;&lt;/H5&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="font-size: 11.0pt; font-family: 'Calibri','sans-serif';"&gt;In general, Qlikview consumes more memory while reloading and while opening the qlikview file. This can be rectified by saving the file with lower compression.&lt;/SPAN&gt;&lt;/P&gt;&lt;H5&gt;&lt;SPAN lang="EN-US" style="font-family: 'Calibri','sans-serif'; color: windowtext;"&gt;Breaking single large QVW file into multiple smaller QVW:&lt;/SPAN&gt;&lt;/H5&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="font-size: 11.0pt; font-family: 'Calibri','sans-serif';"&gt;If a Qlikview application is large in size, obviously it will consume more memory during opening the application. Splitting a single large qlikview documents into several separate documents will help in solving the issue.&lt;/SPAN&gt;&lt;/P&gt;&lt;H5&gt;&lt;SPAN lang="EN-US" style="font-family: 'Calibri','sans-serif'; color: windowtext;"&gt;Load Balancer:&lt;/SPAN&gt;&lt;/H5&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="font-size: 11.0pt; font-family: 'Calibri','sans-serif';"&gt;Server load will be very high if concurrent users using Qlikview web server is high. It&amp;nbsp; can be overcome by using network load balancer(Servers with Windows Advanced Server, IIS And QlikWebServer)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;H4&gt;&lt;SPAN lang="EN-US" style="font-family: 'Calibri','sans-serif'; color: windowtext;"&gt;Scripting level &lt;/SPAN&gt;&lt;/H4&gt;&lt;H5&gt;&lt;SPAN lang="EN-US" style="font-family: 'Calibri','sans-serif'; color: windowtext;"&gt;Removing Synthetic key:&lt;/SPAN&gt;&lt;/H5&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="font-size: 11.0pt; font-family: 'Calibri','sans-serif';"&gt;In data modeling, synthetic keys might formed if there two or more tables have common columns exist. Synthetic keys will greatly impact the performance and it is better to avoid or removing it. This can be done by removing the unnecessary links and join the tables explicitly in the script.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="font-size: 11.0pt; font-family: 'Calibri','sans-serif';"&gt;In some cases, reloading qlikview might take long time to load. The best practice to overcome is using a Binary Load of static historical data.&lt;/SPAN&gt;&lt;/P&gt;&lt;H5&gt;&lt;SPAN lang="EN-US" style="font-family: 'Calibri','sans-serif'; color: windowtext;"&gt;Dropping Temporary Tables:&lt;/SPAN&gt;&lt;/H5&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="font-size: 11.0pt; font-family: 'Calibri','sans-serif';"&gt;The temporary tables are used in qlikview scripting mostly for doing calculations (Resident Load). These temporary tables can be dropped once when their purpose is achieved.&lt;/SPAN&gt;&lt;/P&gt;&lt;H5&gt;&lt;SPAN lang="EN-US" style="font-family: 'Calibri','sans-serif'; color: windowtext;"&gt;Handling Expressions/Calculations:&lt;/SPAN&gt;&lt;/H5&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="font-size: 11.0pt; font-family: 'Calibri','sans-serif';"&gt;Complex calculation within a dimension or expression or in any of the Qlikview objects will give poor performance and it will be better to use the complex calculations within the script of the QVW.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="font-size: 11.0pt; font-family: 'Calibri','sans-serif';"&gt;Avoiding resource heavy expressions or calculations greatly hinder the performance of the qlikview application. Replacing with simpler calculations will help and its a good practice too in scripting.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="font-size: 11.0pt; font-family: 'Calibri','sans-serif';"&gt;Example: Count(Distinct,’ Fieldname’)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="font-size: 11.0pt; font-family: 'Calibri','sans-serif';"&gt;Instead of the above expression, replace the count() with sum() and the distinct qualifier by assigning the value ‘1’ to each distinct occurrence as it is read in the script.&lt;/SPAN&gt;&lt;/P&gt;&lt;H5&gt;&lt;SPAN lang="EN-US" style="font-family: 'Calibri','sans-serif'; color: windowtext;"&gt;Use of Auto number Function:&lt;/SPAN&gt;&lt;/H5&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="font-size: 11.0pt; font-family: 'Calibri','sans-serif';"&gt;Avoid using Complex composite keys(when to remove synthetic keys), and instead use the autonumber() function to generate a sequence which uses compact memory.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;H4&gt;&lt;SPAN lang="EN-US" style="font-family: 'Calibri','sans-serif'; color: windowtext;"&gt;Design level.&lt;/SPAN&gt;&lt;/H4&gt;&lt;H5&gt;&lt;SPAN lang="EN-US" style="font-family: 'Calibri','sans-serif'; color: windowtext;"&gt;Monitoring Memory Consumption at Object Level:&lt;/SPAN&gt;&lt;/H5&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="font-size: 11.0pt; font-family: 'Calibri','sans-serif';"&gt;Memory utilized by the qlikview objects and the calculations time can be monitored from the document properties. This will helps to identify which object is consuming more memory and finding the reason for delay in loading time of the Qlikview application.&lt;/SPAN&gt;&lt;/P&gt;&lt;H5&gt;&lt;SPAN lang="EN-US" style="font-family: 'Calibri','sans-serif'; color: windowtext;"&gt;Minimized Chart Vs Maximized Chart:&lt;/SPAN&gt;&lt;/H5&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="font-size: 11.0pt; font-family: 'Calibri','sans-serif';"&gt;Minimized chart objects will consume less memory comparing to the maximized one, hence use of auto minimize option will be a good practice in this case.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="font-size: 11.0pt; font-family: 'Calibri','sans-serif';"&gt;Screenshot showing Maximized Chart consuming memory more than the Minimized &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="font-size: 11.0pt; font-family: 'Calibri','sans-serif';"&gt;chart:&lt;/SPAN&gt;&lt;SPAN style="font-size: 11.0pt; font-family: 'Calibri','sans-serif';"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="font-size: 11.0pt; font-family: 'Calibri','sans-serif';"&gt;If the chart is too large, then implementing forced selection by the user will minimize the chart calculation time.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="font-size: 11.0pt; font-family: 'Calibri','sans-serif';"&gt;Showing frequencies in listbox can be avoided if not necessary.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="font-size: 11.0pt; font-family: 'Calibri','sans-serif';"&gt;During sorting, it is recommended to sort numerical fields numerically than alphabetically.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt; font-family: 'Calibri','sans-serif';"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt; font-family: 'Calibri','sans-serif';"&gt; Regards&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt; font-family: 'Calibri','sans-serif';"&gt;Neetha&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Dec 2014 11:32:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/memory-and-load/m-p/774618#M274787</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-12-04T11:32:10Z</dc:date>
    </item>
    <item>
      <title>Re: memory and load</title>
      <link>https://community.qlik.com/t5/QlikView/memory-and-load/m-p/774619#M274788</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;you can use Limit load in the debug window to pull less amount of data instead of all .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for ex:&lt;/P&gt;&lt;P&gt;if Limit load is set to "10"&lt;/P&gt;&lt;P&gt;the result set takes only 10 records from every load(table).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Charitha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Dec 2014 11:39:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/memory-and-load/m-p/774619#M274788</guid>
      <dc:creator />
      <dc:date>2014-12-04T11:39:27Z</dc:date>
    </item>
    <item>
      <title>Re: memory and load</title>
      <link>https://community.qlik.com/t5/QlikView/memory-and-load/m-p/774620#M274789</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Or forcibly limit the scope of your calendar by changing the EndDate into something like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;vMaxDate = RangeMin(Max(End_Date), YearEnd(today(), 1))&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In that case, you will also need to limit the individual end_dates in your facts.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Peter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Dec 2014 12:37:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/memory-and-load/m-p/774620#M274789</guid>
      <dc:creator>Peter_Cammaert</dc:creator>
      <dc:date>2014-12-04T12:37:23Z</dc:date>
    </item>
    <item>
      <title>Re: memory and load</title>
      <link>https://community.qlik.com/t5/QlikView/memory-and-load/m-p/774621#M274790</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, thanks for your reply.&lt;/P&gt;&lt;P&gt;but i can't know previously how much record can i have gotten.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Dec 2014 12:50:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/memory-and-load/m-p/774621#M274790</guid>
      <dc:creator>syukyo_zhu</dc:creator>
      <dc:date>2014-12-04T12:50:55Z</dc:date>
    </item>
    <item>
      <title>Re: memory and load</title>
      <link>https://community.qlik.com/t5/QlikView/memory-and-load/m-p/774622#M274791</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It is depends upon the requirement that need to be taken or not.&lt;/P&gt;&lt;P&gt;if it is a case, that no need of pulling all the data then can go with this way.&lt;/P&gt;&lt;P&gt;otherwise&lt;/P&gt;&lt;P&gt;mean if is a case that should load all the data for exact results then need to apply performance optimization techniques to reduce the load time.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Charitha.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Dec 2014 13:16:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/memory-and-load/m-p/774622#M274791</guid>
      <dc:creator />
      <dc:date>2014-12-04T13:16:49Z</dc:date>
    </item>
  </channel>
</rss>

