<?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 Match function in QV12 slows reload in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Match-function-in-QV12-slows-reload/m-p/45535#M608678</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;I have a script similar syntax to the following. After upgrade, it takes 2:15 hours instead of 30 minutes..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD X,&lt;/P&gt;&lt;P&gt;SUM(Y)&amp;nbsp;&amp;nbsp;&amp;nbsp; AS SUM_Y,&lt;/P&gt;&lt;P&gt;MAX(Z)&amp;nbsp;&amp;nbsp; AS MAX_Z&lt;/P&gt;&lt;P&gt;FROM c:\XXX&lt;/P&gt;&lt;P&gt;WHERE MATCH(W, 'AAA','BBB','CCC')&lt;/P&gt;&lt;P&gt;GROUP BY X;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Looks like the combination of the aggregation with the Match causes this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any idea why?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Dafnis X
Fixed the Group By clause&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 19 Mar 2018 05:41:04 GMT</pubDate>
    <dc:creator>dafnis14</dc:creator>
    <dc:date>2018-03-19T05:41:04Z</dc:date>
    <item>
      <title>Match function in QV12 slows reload</title>
      <link>https://community.qlik.com/t5/QlikView/Match-function-in-QV12-slows-reload/m-p/45535#M608678</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;I have a script similar syntax to the following. After upgrade, it takes 2:15 hours instead of 30 minutes..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD X,&lt;/P&gt;&lt;P&gt;SUM(Y)&amp;nbsp;&amp;nbsp;&amp;nbsp; AS SUM_Y,&lt;/P&gt;&lt;P&gt;MAX(Z)&amp;nbsp;&amp;nbsp; AS MAX_Z&lt;/P&gt;&lt;P&gt;FROM c:\XXX&lt;/P&gt;&lt;P&gt;WHERE MATCH(W, 'AAA','BBB','CCC')&lt;/P&gt;&lt;P&gt;GROUP BY X;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Looks like the combination of the aggregation with the Match causes this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any idea why?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Dafnis X
Fixed the Group By clause&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Mar 2018 05:41:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Match-function-in-QV12-slows-reload/m-p/45535#M608678</guid>
      <dc:creator>dafnis14</dc:creator>
      <dc:date>2018-03-19T05:41:04Z</dc:date>
    </item>
    <item>
      <title>Re: Match function in QV12 slows reload</title>
      <link>https://community.qlik.com/t5/QlikView/Match-function-in-QV12-slows-reload/m-p/45536#M608679</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you can try like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px;"&gt;WHERE W&amp;nbsp; like&amp;nbsp; 'AAA','BBB','CCC';&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Mar 2018 06:42:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Match-function-in-QV12-slows-reload/m-p/45536#M608679</guid>
      <dc:creator>Chanty4u</dc:creator>
      <dc:date>2018-03-19T06:42:43Z</dc:date>
    </item>
    <item>
      <title>Re: Match function in QV12 slows reload</title>
      <link>https://community.qlik.com/t5/QlikView/Match-function-in-QV12-slows-reload/m-p/45537#M608680</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 28.6924px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000;"&gt;LOAD X,D&lt;/P&gt;&lt;P style="font-size: 28.6924px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000;"&gt;SUM(Y)&amp;nbsp;&amp;nbsp;&amp;nbsp; AS SUM_Y,&lt;/P&gt;&lt;P style="font-size: 28.6924px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000;"&gt;MAX(Z)&amp;nbsp; AS MAX_Z&lt;/P&gt;&lt;P style="font-size: 28.6924px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000;"&gt;FROM c:\XXX&lt;/P&gt;&lt;P style="font-size: 28.6924px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000;"&gt;WHERE MATCH(W, 'AAA','BBB','CCC')&lt;/P&gt;&lt;P style="font-size: 28.6924px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000;"&gt;GROUP BY X,D;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Mar 2018 06:53:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Match-function-in-QV12-slows-reload/m-p/45537#M608680</guid>
      <dc:creator>sasiparupudi1</dc:creator>
      <dc:date>2018-03-19T06:53:36Z</dc:date>
    </item>
    <item>
      <title>Re: Match function in QV12 slows reload</title>
      <link>https://community.qlik.com/t5/QlikView/Match-function-in-QV12-slows-reload/m-p/45538#M608681</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sasidhar,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The original script is correct.&lt;/P&gt;&lt;P&gt;Just fixed my example to the correct syntax.&lt;/P&gt;&lt;P&gt;Another words, there is probably some performance issue with the Group By and Match.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Mar 2018 07:27:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Match-function-in-QV12-slows-reload/m-p/45538#M608681</guid>
      <dc:creator>dafnis14</dc:creator>
      <dc:date>2018-03-19T07:27:21Z</dc:date>
    </item>
    <item>
      <title>Re: Match function in QV12 slows reload</title>
      <link>https://community.qlik.com/t5/QlikView/Match-function-in-QV12-slows-reload/m-p/45539#M608682</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Dafnis&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Are you loading the data from a qvd? if this is the case, your group by and match will loose the optimization.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would suggest you load the table in memory and then do the aggregation&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ex:&lt;/P&gt;&lt;P&gt;t1:&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000;"&gt;LOAD X,&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000;"&gt;Y&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000;"&gt;Z&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000;"&gt;FROM c:\XXX;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000;"&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000;"&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000;"&gt;T2:&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000;"&gt;LOAD X,&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000;"&gt;SUM(Y)&amp;nbsp;&amp;nbsp;&amp;nbsp; AS SUM_Y,&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000;"&gt;MAX(Z)&amp;nbsp;&amp;nbsp; AS MAX_Z&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000;"&gt;Resident T1&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000;"&gt;WHERE MATCH(W, 'AAA','BBB','CCC')&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000;"&gt;GROUP BY X;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000;"&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000;"&gt;This should improve the performance&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Mar 2018 07:55:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Match-function-in-QV12-slows-reload/m-p/45539#M608682</guid>
      <dc:creator>sasiparupudi1</dc:creator>
      <dc:date>2018-03-19T07:55:18Z</dc:date>
    </item>
    <item>
      <title>Re: Match function in QV12 slows reload</title>
      <link>https://community.qlik.com/t5/QlikView/Match-function-in-QV12-slows-reload/m-p/45540#M608683</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Amazing!&lt;/P&gt;&lt;P&gt;It took less then 5 minutes!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks so much!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Mar 2018 08:54:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Match-function-in-QV12-slows-reload/m-p/45540#M608683</guid>
      <dc:creator>dafnis14</dc:creator>
      <dc:date>2018-03-19T08:54:27Z</dc:date>
    </item>
    <item>
      <title>Re: Match function in QV12 slows reload</title>
      <link>https://community.qlik.com/t5/QlikView/Match-function-in-QV12-slows-reload/m-p/45541#M608684</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Great, all the best&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Mar 2018 08:57:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Match-function-in-QV12-slows-reload/m-p/45541#M608684</guid>
      <dc:creator>sasiparupudi1</dc:creator>
      <dc:date>2018-03-19T08:57:49Z</dc:date>
    </item>
  </channel>
</rss>

