<?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 Performance: What does it mean when someone says &amp;quot;Single Threaded&amp;quot; operations and in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Qlik-Performance-What-does-it-mean-when-someone-says-quot-Single/m-p/1559393#M441146</link>
    <description>&lt;P&gt;In an addition to the statement from&amp;nbsp;&lt;A href="https://community.qlik.com/t5/user/viewprofilepage/user-id/49412" target="_self"&gt; dilipranjith&lt;/A&gt; most of the calculations are multi-threaded but there are exceptions like building the virtual tables (each object in Qlik is a virtual table on which the measures are performed) or using aggregation-loads in the script.&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;</description>
    <pubDate>Thu, 21 Mar 2019 08:11:02 GMT</pubDate>
    <dc:creator>marcus_sommer</dc:creator>
    <dc:date>2019-03-21T08:11:02Z</dc:date>
    <item>
      <title>Qlik Performance: What does it mean when someone says "Single Threaded" operations and Multi-Thread?</title>
      <link>https://community.qlik.com/t5/QlikView/Qlik-Performance-What-does-it-mean-when-someone-says-quot-Single/m-p/1559262#M441133</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;In Qlik what does it mean when someone refers to single threaded and multi-threaded operations?&lt;/P&gt;&lt;P&gt;What are some examples of each?&lt;/P&gt;&lt;P&gt;Which one is recommended for good performance? And which one is to be avoided?&lt;/P&gt;</description>
      <pubDate>Wed, 20 Mar 2019 20:12:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlik-Performance-What-does-it-mean-when-someone-says-quot-Single/m-p/1559262#M441133</guid>
      <dc:creator>mwallman</dc:creator>
      <dc:date>2019-03-20T20:12:57Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Performance: What does it mean when someone says "Single Threaded" operations and</title>
      <link>https://community.qlik.com/t5/QlikView/Qlik-Performance-What-does-it-mean-when-someone-says-quot-Single/m-p/1559281#M441135</link>
      <description>Multi threaded operations will use all the available CPU cores in your machine (i.e. multitask to perform your calculation faster). While single threaded will only use 1 core so the calculation becomes sequential.&lt;BR /&gt;&lt;BR /&gt;Generally all qlik functions are multithreaded.&lt;BR /&gt;Ones to typically avoid are if conditions e.g.&lt;BR /&gt;if(Year=2017, sum(Sales)) - qlik will need to go through each line in your fact table to validate the if condition and then sum it. this may result in a single threaded operation&lt;BR /&gt;instead use set analysis like sum({&amp;lt;Year={'2017'}&amp;gt;}Sales) which will be much faster and definitly more efficient and recommended way to approach it&lt;BR /&gt;</description>
      <pubDate>Wed, 20 Mar 2019 20:50:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlik-Performance-What-does-it-mean-when-someone-says-quot-Single/m-p/1559281#M441135</guid>
      <dc:creator>dplr-rn</dc:creator>
      <dc:date>2019-03-20T20:50:44Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Performance: What does it mean when someone says "Single Threaded" operations and</title>
      <link>https://community.qlik.com/t5/QlikView/Qlik-Performance-What-does-it-mean-when-someone-says-quot-Single/m-p/1559393#M441146</link>
      <description>&lt;P&gt;In an addition to the statement from&amp;nbsp;&lt;A href="https://community.qlik.com/t5/user/viewprofilepage/user-id/49412" target="_self"&gt; dilipranjith&lt;/A&gt; most of the calculations are multi-threaded but there are exceptions like building the virtual tables (each object in Qlik is a virtual table on which the measures are performed) or using aggregation-loads in the script.&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;</description>
      <pubDate>Thu, 21 Mar 2019 08:11:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlik-Performance-What-does-it-mean-when-someone-says-quot-Single/m-p/1559393#M441146</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2019-03-21T08:11:02Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Performance: What does it mean when someone says "Single Threaded" operations and</title>
      <link>https://community.qlik.com/t5/QlikView/Qlik-Performance-What-does-it-mean-when-someone-says-quot-Single/m-p/1559713#M441192</link>
      <description>&lt;P&gt;Hi Marcus,&lt;/P&gt;&lt;P&gt;I read somewhere about how a user interface table, if it's made up of dimensions from different tables in the data model can be performance heavy?&lt;/P&gt;&lt;P&gt;Or that if you do something like Sum(Sales * Quantity - PurchasePrice) where all three fields are from separate tables it can be a detriment to performance.&lt;/P&gt;&lt;P&gt;Views on that?&lt;/P&gt;</description>
      <pubDate>Thu, 21 Mar 2019 16:29:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlik-Performance-What-does-it-mean-when-someone-says-quot-Single/m-p/1559713#M441192</guid>
      <dc:creator>mwallman</dc:creator>
      <dc:date>2019-03-21T16:29:58Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Performance: What does it mean when someone says "Single Threaded" operations and</title>
      <link>https://community.qlik.com/t5/QlikView/Qlik-Performance-What-does-it-mean-when-someone-says-quot-Single/m-p/1559726#M441194</link>
      <description>&lt;P&gt;A dimensional data model or star schema gives the best performance.&lt;/P&gt;&lt;P&gt;so in answer to your Dimensions from different tables are generally not a problem if data model is a star schema. more number of connections there are from main table&amp;nbsp;&lt;/P&gt;&lt;P&gt;e.g.&lt;/P&gt;&lt;P&gt;you want a sum of sales as measure and region as dimension&lt;/P&gt;&lt;P&gt;if your datamodel is salefact--&amp;gt; customer--&amp;gt; customerregion (a snowflake like schema) will be perform less well than salesfact--&amp;gt;customer (a star schema)&lt;/P&gt;&lt;P&gt;but that depends on volume of data too. if data size is low it wont make too much difference but ideal is star schema&lt;/P&gt;&lt;P&gt;check attached pdf i found long back from somewhere. it is for qlikview but principles remains same&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 21 Mar 2019 17:00:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlik-Performance-What-does-it-mean-when-someone-says-quot-Single/m-p/1559726#M441194</guid>
      <dc:creator>dplr-rn</dc:creator>
      <dc:date>2019-03-21T17:00:46Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Performance: What does it mean when someone says "Single Threaded" operations and</title>
      <link>https://community.qlik.com/t5/QlikView/Qlik-Performance-What-does-it-mean-when-someone-says-quot-Single/m-p/1559985#M441225</link>
      <description>&lt;P&gt;Although Qlik is very forgiving in regard to create a working datamodel it's important to follow the best practices (see the suggestions from &lt;A href="https://community.qlik.com/t5/user/viewprofilepage/user-id/49412" target="_self"&gt;dilipranjith&lt;/A&gt;) to get a good compromise in script &amp;amp; UI performance, maintainability and usability - and only if you experience any issues it makes sense to optimize it in one or the other direction.&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 22 Mar 2019 09:48:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlik-Performance-What-does-it-mean-when-someone-says-quot-Single/m-p/1559985#M441225</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2019-03-22T09:48:56Z</dc:date>
    </item>
  </channel>
</rss>

