<?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: QlikView Performance in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/QlikView-Performance/m-p/1906919#M1217950</link>
    <description>&lt;P&gt;I just found a solution and i think will help others also&lt;/P&gt;
&lt;P&gt;creating a temporary table with only the data that you need (from&amp;nbsp;&lt;SPAN&gt;resident table&amp;nbsp; with the where clause to limit the number of rows&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;) will dramaticaly cut the time of processing&lt;/P&gt;
&lt;P&gt;my resident table was having around 3.5 milion rows and all this rows was processing inside a foreach loop.&lt;/P&gt;
&lt;P&gt;the time was about 1.5 minutes per iteration&lt;/P&gt;
&lt;P&gt;creating a diferent table with only the data that i needed to calculate generated a table with only 3000 rows and now the time inside each iteration is 2 seconds&lt;/P&gt;
&lt;P&gt;so be careful with the amount of data that you process. is all the data neded?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 18 Mar 2022 10:22:02 GMT</pubDate>
    <dc:creator>RaduM</dc:creator>
    <dc:date>2022-03-18T10:22:02Z</dc:date>
    <item>
      <title>QlikView Performance</title>
      <link>https://community.qlik.com/t5/QlikView/QlikView-Performance/m-p/1906554#M1217939</link>
      <description>&lt;P&gt;I have a qvd file that i load with some data. I need to redistribute some of the values from this loaded table based on a combination of dimensions.&lt;/P&gt;
&lt;P&gt;what i have done is the following&lt;/P&gt;
&lt;P&gt;1. load qvd table (around 3 milion rows)&lt;/P&gt;
&lt;P&gt;2 create&amp;nbsp; mapping tables with the combination of dimensions needed for the calculation (around 30 rows)&lt;/P&gt;
&lt;P&gt;3 foreach loop&amp;nbsp; with the combinations&lt;/P&gt;
&lt;P&gt;preceding load with mapping and calculations&lt;/P&gt;
&lt;P&gt;load from resident table&lt;/P&gt;
&lt;P&gt;drop resident table&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;the calculations are corect. the point is that is taking to much time to reload the data (40 minutes)&lt;/P&gt;
&lt;P&gt;i have 30 steps in the foreach loop but all the data is coming from a resident table from qvd with is loaded in 2 seconds.&lt;/P&gt;
&lt;P&gt;after that a read from resident with the where clause to limit the number of rows&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;please let me know how can i debug this performance issue. It is a better way to do this?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 17 Mar 2022 13:59:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QlikView-Performance/m-p/1906554#M1217939</guid>
      <dc:creator>RaduM</dc:creator>
      <dc:date>2022-03-17T13:59:13Z</dc:date>
    </item>
    <item>
      <title>Re: QlikView Performance</title>
      <link>https://community.qlik.com/t5/QlikView/QlikView-Performance/m-p/1906919#M1217950</link>
      <description>&lt;P&gt;I just found a solution and i think will help others also&lt;/P&gt;
&lt;P&gt;creating a temporary table with only the data that you need (from&amp;nbsp;&lt;SPAN&gt;resident table&amp;nbsp; with the where clause to limit the number of rows&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;) will dramaticaly cut the time of processing&lt;/P&gt;
&lt;P&gt;my resident table was having around 3.5 milion rows and all this rows was processing inside a foreach loop.&lt;/P&gt;
&lt;P&gt;the time was about 1.5 minutes per iteration&lt;/P&gt;
&lt;P&gt;creating a diferent table with only the data that i needed to calculate generated a table with only 3000 rows and now the time inside each iteration is 2 seconds&lt;/P&gt;
&lt;P&gt;so be careful with the amount of data that you process. is all the data neded?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 18 Mar 2022 10:22:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QlikView-Performance/m-p/1906919#M1217950</guid>
      <dc:creator>RaduM</dc:creator>
      <dc:date>2022-03-18T10:22:02Z</dc:date>
    </item>
    <item>
      <title>Re: QlikView Performance</title>
      <link>https://community.qlik.com/t5/QlikView/QlikView-Performance/m-p/1907155#M1217957</link>
      <description>&lt;P&gt;There might be a solution without any loops as well that improves the script performance.&lt;/P&gt;</description>
      <pubDate>Fri, 18 Mar 2022 19:19:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QlikView-Performance/m-p/1907155#M1217957</guid>
      <dc:creator>MarcoWedel</dc:creator>
      <dc:date>2022-03-18T19:19:06Z</dc:date>
    </item>
  </channel>
</rss>

