<?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: Document slowing up when selections made in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Document-slowing-up-when-selections-made/m-p/1099113#M364890</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yep makes sense, I had read the post on the Canonical date and assumed it was a new accepted 'standard' but in this case multiple cals are the way to go, a little more faf in the formula but at least it will run properly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm not totally clear on why the run time increases as the data is reduced, I assume as its because reducing the data is increasing the selected items and therefore the calculation complexity &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 06 Jul 2016 14:26:27 GMT</pubDate>
    <dc:creator>adamdavi3s</dc:creator>
    <dc:date>2016-07-06T14:26:27Z</dc:date>
    <item>
      <title>Document slowing up when selections made</title>
      <link>https://community.qlik.com/t5/QlikView/Document-slowing-up-when-selections-made/m-p/1099110#M364887</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is the first time I've come across this issue. However I am using some 'bridge' tables for the first time, which could be why this is the first time I am seeing it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a 1gb document which works as quick as I would expect it to work.&lt;/P&gt;&lt;P&gt;It has one fact table, a couple of dimensions hanging off it and then a 'date bridge' table (using a numeric key field) which links to a calendar.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The fact is circa 9m rows, 5 dates so the bridge is 45m rows.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What I have noticed is that as I filter down to lower levels, the document really slows up... One simple chart goes from a 0 calc time and a 16kb mem usage to 5000ms and 30mb&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is when I've drilled from say 9m rows down to 50 rows&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;formula is stored in a variable and is essentially sum({&amp;lt;datebridge={'datetype'}&amp;gt;}somevalue) so not exactly intensive.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I can't spot / understand what is causing such a decrease in performance &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Jul 2016 09:31:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Document-slowing-up-when-selections-made/m-p/1099110#M364887</guid>
      <dc:creator>adamdavi3s</dc:creator>
      <dc:date>2016-07-06T09:31:13Z</dc:date>
    </item>
    <item>
      <title>Re: Document slowing up when selections made</title>
      <link>https://community.qlik.com/t5/QlikView/Document-slowing-up-when-selections-made/m-p/1099111#M364888</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The reason is really your bridge-table which led to huge virtual tables on which your expressions calculate their results. The best explanations will you find here:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/qlik-blogpost/3214"&gt;Logical Inference and Aggregations&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/qlik-blogpost/3238"&gt;The Calculation Engine&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Jul 2016 11:05:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Document-slowing-up-when-selections-made/m-p/1099111#M364888</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2016-07-06T11:05:30Z</dc:date>
    </item>
    <item>
      <title>Re: Document slowing up when selections made</title>
      <link>https://community.qlik.com/t5/QlikView/Document-slowing-up-when-selections-made/m-p/1099112#M364889</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Excellent I'll have a read thank you&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Jul 2016 11:35:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Document-slowing-up-when-selections-made/m-p/1099112#M364889</guid>
      <dc:creator>adamdavi3s</dc:creator>
      <dc:date>2016-07-06T11:35:30Z</dc:date>
    </item>
    <item>
      <title>Re: Document slowing up when selections made</title>
      <link>https://community.qlik.com/t5/QlikView/Document-slowing-up-when-selections-made/m-p/1099113#M364890</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yep makes sense, I had read the post on the Canonical date and assumed it was a new accepted 'standard' but in this case multiple cals are the way to go, a little more faf in the formula but at least it will run properly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm not totally clear on why the run time increases as the data is reduced, I assume as its because reducing the data is increasing the selected items and therefore the calculation complexity &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Jul 2016 14:26:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Document-slowing-up-when-selections-made/m-p/1099113#M364890</guid>
      <dc:creator>adamdavi3s</dc:creator>
      <dc:date>2016-07-06T14:26:27Z</dc:date>
    </item>
    <item>
      <title>Re: Document slowing up when selections made</title>
      <link>https://community.qlik.com/t5/QlikView/Document-slowing-up-when-selections-made/m-p/1099114#M364891</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I managed to trace this to a calculated dimension in the end.&lt;/P&gt;&lt;P&gt;I did mess around with the bridge table and obviously reducing the rows helped, but removing the calculated dimension resolved the issue instantly &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Jul 2016 06:46:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Document-slowing-up-when-selections-made/m-p/1099114#M364891</guid>
      <dc:creator>adamdavi3s</dc:creator>
      <dc:date>2016-07-07T06:46:01Z</dc:date>
    </item>
  </channel>
</rss>

