<?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: Performance question in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Performance-question/m-p/969517#M332105</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;80k and 200k is not that many rows for Qlikview.&lt;/P&gt;&lt;P&gt;Some operators may limit Qlikview to only one CPU core for the calculation ( count distinct might've been one of those ), so I assume the problem is in some of the expressions (if -operation can get costly) or the data model itself ( expression does cartesian join which joins everything with everything, producing 80k x 200k rows in your case ).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you have multiple expressions, try disabling those until you see performance getting better.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 24 Nov 2015 12:13:17 GMT</pubDate>
    <dc:creator />
    <dc:date>2015-11-24T12:13:17Z</dc:date>
    <item>
      <title>Performance question</title>
      <link>https://community.qlik.com/t5/QlikView/Performance-question/m-p/969511#M332099</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;I developed a qvd, not very complex, roughly two major facts one like orderheader, one like orderdetail.&lt;/P&gt;&lt;P&gt;80k rows and anoher one 200k rows.&lt;/P&gt;&lt;P&gt;I also developed several charts in my qvd main page.&lt;/P&gt;&lt;P&gt;my desktop has 16g memory, big enough for the app.&lt;/P&gt;&lt;P&gt;but i noticed it takes about 20 seconds to refresh, several chats sequentially, each takes about 5 to 6 seconds.&lt;/P&gt;&lt;P&gt;it is too slow for me.&lt;/P&gt;&lt;P&gt;while i noticed it works fine on the server.&lt;/P&gt;&lt;P&gt;so my question is , what is the reason it is slow on my desktop, memory? one core cpu? or something else?&lt;/P&gt;&lt;P&gt;do we have any guideline for the performance?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Nov 2015 06:18:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Performance-question/m-p/969511#M332099</guid>
      <dc:creator />
      <dc:date>2015-11-24T06:18:18Z</dc:date>
    </item>
    <item>
      <title>Re: Performance question</title>
      <link>https://community.qlik.com/t5/QlikView/Performance-question/m-p/969512#M332100</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;To clarify by qvd with two major facts do you really mean a qvw with two tables, orderheader (80k rows) and orderdetail (200k rows)?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Nov 2015 09:02:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Performance-question/m-p/969512#M332100</guid>
      <dc:creator>effinty2112</dc:creator>
      <dc:date>2015-11-24T09:02:58Z</dc:date>
    </item>
    <item>
      <title>Re: Performance question</title>
      <link>https://community.qlik.com/t5/QlikView/Performance-question/m-p/969513#M332101</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Cooker,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It might have something to do with how you are loading your data. Check your script and make sure that there are no unnecesary duplicates/ data duplicating itself. There could be other factors involved but I doubt that it has anything to do with your machine&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Nov 2015 10:14:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Performance-question/m-p/969513#M332101</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-11-24T10:14:50Z</dc:date>
    </item>
    <item>
      <title>Re: Performance question</title>
      <link>https://community.qlik.com/t5/QlikView/Performance-question/m-p/969514#M332102</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can go to Operations Monitor tab and find the sheet "performance". Which gives the entire story about the performance.&lt;/P&gt;&lt;P&gt;Analyse the report and make necessary changes.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Nov 2015 11:59:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Performance-question/m-p/969514#M332102</guid>
      <dc:creator />
      <dc:date>2015-11-24T11:59:24Z</dc:date>
    </item>
    <item>
      <title>Re: Performance question</title>
      <link>https://community.qlik.com/t5/QlikView/Performance-question/m-p/969515#M332103</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yep. Hardware configuration matters, see thes:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/thread/121497"&gt;performance issue&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/thread/21272"&gt;QlikView Server slower with more CPUs&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/docs/DOC-2942"&gt;QlikView Hardware Benchmarking test&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Nov 2015 12:03:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Performance-question/m-p/969515#M332103</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-11-24T12:03:09Z</dc:date>
    </item>
    <item>
      <title>Re: Performance question</title>
      <link>https://community.qlik.com/t5/QlikView/Performance-question/m-p/969516#M332104</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1.Your server has a huge memory compared to your PC that's why it will load faster in the server&lt;/P&gt;&lt;P&gt;2.try to avoid the calculated dimensions in the chart it will help you in the fast loading &lt;/P&gt;&lt;P&gt;3.You machine CPU will working on various activities apart from the Qlikview app also so you will face this issue in local system &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Nov 2015 12:06:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Performance-question/m-p/969516#M332104</guid>
      <dc:creator>avinashelite</dc:creator>
      <dc:date>2015-11-24T12:06:36Z</dc:date>
    </item>
    <item>
      <title>Re: Performance question</title>
      <link>https://community.qlik.com/t5/QlikView/Performance-question/m-p/969517#M332105</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;80k and 200k is not that many rows for Qlikview.&lt;/P&gt;&lt;P&gt;Some operators may limit Qlikview to only one CPU core for the calculation ( count distinct might've been one of those ), so I assume the problem is in some of the expressions (if -operation can get costly) or the data model itself ( expression does cartesian join which joins everything with everything, producing 80k x 200k rows in your case ).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you have multiple expressions, try disabling those until you see performance getting better.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Nov 2015 12:13:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Performance-question/m-p/969517#M332105</guid>
      <dc:creator />
      <dc:date>2015-11-24T12:13:17Z</dc:date>
    </item>
  </channel>
</rss>

