<?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: Qlik Sense Straight Table getting slower with each additional selected filter in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Qlik-Sense-Straight-Table-getting-slower-with-each-additional/m-p/2488652#M101698</link>
    <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/336"&gt;@Kushal_Chawda&lt;/a&gt;&amp;nbsp;we don't have any data islands in the data model, I already followed all suggestions mentioned here:&amp;nbsp;&lt;A href="https://community.qlik.com/t5/App-Development/Qlik-Sense-Straight-Table-rendering-very-slow/td-p/1662660" target="_blank"&gt;https://community.qlik.com/t5/App-Development/Qlik-Sense-Straight-Table-rendering-very-slow/td-p/1662660&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;RAM usage according to the App "Operations Monitor" was not that high, around 70% of committed RAM.&lt;/P&gt;
&lt;P&gt;As written in my first post again the results of the selections:&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;1. 1,2mio rows selected -&amp;gt; 550 rows in straight table -&amp;gt; result in 5 sec&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2. 1mio rows selected -&amp;gt; 450 rows in straight table -&amp;gt; result in 10 sec&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;3. 500k rows selected -&amp;gt; 172 rows in straight table -&amp;gt; result in 15 sec&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Having less rows selected and less rows in the straight table results in a higher load time. I still don't get why this should be due to rendering. &lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Our worksheet also has some single KPI charts at the top. Even for those charts the load time is increasing with each additional selection, so from my point of view it seems to be the associative engine. My question is if that is plausible?&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 23 Oct 2024 09:31:46 GMT</pubDate>
    <dc:creator>kai_berlin</dc:creator>
    <dc:date>2024-10-23T09:31:46Z</dc:date>
    <item>
      <title>Qlik Sense Straight Table getting slower with each additional selected filter</title>
      <link>https://community.qlik.com/t5/App-Development/Qlik-Sense-Straight-Table-getting-slower-with-each-additional/m-p/2487646#M101546</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;we are currently facing performance issues in one of our largest apps in Qlik Sense.&lt;/P&gt;
&lt;P&gt;We have a data model with one large fact table (&amp;gt;200mio rows) and some dimension tables. We already use a calculation condition to only show results if the number of selected rows is lower than 10mio.&lt;/P&gt;
&lt;P&gt;If I'm selecting more and more filters, the performance is getting worse:&lt;/P&gt;
&lt;P&gt;1. 1,2mio rows selected -&amp;gt; 550 rows in straight table -&amp;gt; result in 5 sec&lt;BR /&gt;2. 1mio rows selected -&amp;gt; 450 rows in straight table -&amp;gt; result in 10 sec&lt;BR /&gt;3. 500k rows selected -&amp;gt; 172 rows in straight table -&amp;gt; result in 15 sec&lt;/P&gt;
&lt;P&gt;The filter dimensions are from different tables, but does anyone know why qlik is getting slower with more selections? How does Qlik Sense technically work when it is rendering the straight table and selecting the data from the data model?&lt;/P&gt;</description>
      <pubDate>Thu, 17 Oct 2024 12:22:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Qlik-Sense-Straight-Table-getting-slower-with-each-additional/m-p/2487646#M101546</guid>
      <dc:creator>kai_berlin</dc:creator>
      <dc:date>2024-10-17T12:22:15Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Sense Straight Table getting slower with each additional selected filter</title>
      <link>https://community.qlik.com/t5/App-Development/Qlik-Sense-Straight-Table-getting-slower-with-each-additional/m-p/2487653#M101547</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/301365"&gt;@kai_berlin&lt;/a&gt;&amp;nbsp; It will be difficult to say what's going wrong without looking at your data model and straight table statistics. Check the straight table statistics such as which measure is taking more time to render. You can get these statistics using monitoring apps. Mostly performance issues are related to complex calculated dimension or measure. May be you can try optimising it. Below is the link where you can find some techniques to optimise straight table&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.qlik.com/t5/App-Development/Qlik-Sense-Straight-Table-rendering-very-slow/td-p/1662660" target="_blank" rel="noopener"&gt;https://community.qlik.com/t5/App-Development/Qlik-Sense-Straight-Table-rendering-very-slow/td-p/1662660&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Also, please see below blogs to understand how calculation engine works&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.qlik.com/t5/Design/The-Calculation-Engine/ba-p/1463265" target="_blank" rel="noopener"&gt;https://community.qlik.com/t5/Design/The-Calculation-Engine/ba-p/1463265&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 17 Oct 2024 13:31:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Qlik-Sense-Straight-Table-getting-slower-with-each-additional/m-p/2487653#M101547</guid>
      <dc:creator>Kushal_Chawda</dc:creator>
      <dc:date>2024-10-17T13:31:55Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Sense Straight Table getting slower with each additional selected filter</title>
      <link>https://community.qlik.com/t5/App-Development/Qlik-Sense-Straight-Table-getting-slower-with-each-additional/m-p/2487800#M101581</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/336"&gt;@Kushal_Chawda&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;do you have any suggestion for the monitoring app or do you know any app free of charge for this (I found the &lt;A href="https://easyqlik.com/" target="_self"&gt;QSDA Pro&lt;/A&gt; only)?&lt;/P&gt;
&lt;P&gt;Our measures are not that complex, there are different sales kpis in the following structure:&lt;/P&gt;
&lt;P&gt;current year: sum({&amp;lt;Jahr={$(=Max(Year))}&amp;gt;} KPI)&lt;BR /&gt;previous year: sum({&amp;lt;Jahr={$(=Max(Year))}&amp;gt;} KPI)&lt;BR /&gt;YoY development (using master measures): KPI CY / KPI PY -1&lt;/P&gt;
&lt;P&gt;Key fields are optimized already, calculation condition is in place as mentioned and there are no calculated dimensions.&lt;/P&gt;
&lt;P&gt;Having read how the calculation engine works I would assume that it is not the aggregation which is getting slower but rather the selection which needs much more time with every additional filter selected. Is this plausible?&lt;/P&gt;</description>
      <pubDate>Fri, 18 Oct 2024 05:26:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Qlik-Sense-Straight-Table-getting-slower-with-each-additional/m-p/2487800#M101581</guid>
      <dc:creator>kai_berlin</dc:creator>
      <dc:date>2024-10-18T05:26:02Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Sense Straight Table getting slower with each additional selected filter</title>
      <link>https://community.qlik.com/t5/App-Development/Qlik-Sense-Straight-Table-getting-slower-with-each-additional/m-p/2487886#M101589</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/301365"&gt;@kai_berlin&lt;/a&gt;&amp;nbsp; &amp;nbsp;I don't think there is any free monitoring app that provides measure level statistics except QSDAPro. Probably others can highlight if there is any.&lt;/P&gt;
&lt;P&gt;Selections are the part of Qlik's associative engine so it is faster. It's your visuals which takes time to render depending on various factors.Only way to know that is use monitoring app. Your measure looks simple.Make sure that you don't have selections from disconnected tables. Because selections from Island table are bad from performance point of view. Also check memory usage. If you are on low side RAM, that can cause issue. I think identifying which selection/measure is culprit with RAM usage should give you some idea.&lt;/P&gt;
&lt;P&gt;You can also see the effect by reducing overall data in your app.&lt;/P&gt;</description>
      <pubDate>Fri, 18 Oct 2024 10:42:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Qlik-Sense-Straight-Table-getting-slower-with-each-additional/m-p/2487886#M101589</guid>
      <dc:creator>Kushal_Chawda</dc:creator>
      <dc:date>2024-10-18T10:42:59Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Sense Straight Table getting slower with each additional selected filter</title>
      <link>https://community.qlik.com/t5/App-Development/Qlik-Sense-Straight-Table-getting-slower-with-each-additional/m-p/2488652#M101698</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/336"&gt;@Kushal_Chawda&lt;/a&gt;&amp;nbsp;we don't have any data islands in the data model, I already followed all suggestions mentioned here:&amp;nbsp;&lt;A href="https://community.qlik.com/t5/App-Development/Qlik-Sense-Straight-Table-rendering-very-slow/td-p/1662660" target="_blank"&gt;https://community.qlik.com/t5/App-Development/Qlik-Sense-Straight-Table-rendering-very-slow/td-p/1662660&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;RAM usage according to the App "Operations Monitor" was not that high, around 70% of committed RAM.&lt;/P&gt;
&lt;P&gt;As written in my first post again the results of the selections:&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;1. 1,2mio rows selected -&amp;gt; 550 rows in straight table -&amp;gt; result in 5 sec&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2. 1mio rows selected -&amp;gt; 450 rows in straight table -&amp;gt; result in 10 sec&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;3. 500k rows selected -&amp;gt; 172 rows in straight table -&amp;gt; result in 15 sec&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Having less rows selected and less rows in the straight table results in a higher load time. I still don't get why this should be due to rendering. &lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Our worksheet also has some single KPI charts at the top. Even for those charts the load time is increasing with each additional selection, so from my point of view it seems to be the associative engine. My question is if that is plausible?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 23 Oct 2024 09:31:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Qlik-Sense-Straight-Table-getting-slower-with-each-additional/m-p/2488652#M101698</guid>
      <dc:creator>kai_berlin</dc:creator>
      <dc:date>2024-10-23T09:31:46Z</dc:date>
    </item>
  </channel>
</rss>

