<?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: Direct Discovery Issue - low performance in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Direct-Discovery-Issue-low-performance/m-p/918128#M437995</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;If you use MS SQL Server, you can see QlikView queries with SQL Server Profiler.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 12 Aug 2015 07:04:21 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2015-08-12T07:04:21Z</dc:date>
    <item>
      <title>Direct Discovery Issue - low performance</title>
      <link>https://community.qlik.com/t5/QlikView/Direct-Discovery-Issue-low-performance/m-p/918125#M437992</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;I am working on direct discovery for an existing application. I have all the code in place (direct query) with &lt;/P&gt;&lt;P&gt;following variables.&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff;"&gt;SET DirectTableBoxListThreshold = 100000;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff;"&gt;SET DirectConnectionMax=30;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The Teradata table is huge some 30Billion rows over which I am doing direct discovery query. After reload at the first time it gives me the good results but as I navigate and change the filter, the application goes on thinking and never produced a result.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is it because a huge data set or I am missing something here (in list boxes)?&amp;nbsp; Also If I tried to close the application and open it on desktop - it's taking forever to open.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help. Or any other work around to handle this situation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any reply appreciated!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Aug 2015 21:49:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Direct-Discovery-Issue-low-performance/m-p/918125#M437992</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-08-10T21:49:40Z</dc:date>
    </item>
    <item>
      <title>Re: Direct Discovery Issue - low performance</title>
      <link>https://community.qlik.com/t5/QlikView/Direct-Discovery-Issue-low-performance/m-p/918126#M437993</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;you have to check the sql query, generated from QlikView. Direct Discovery generate some queries with WHERE ... IN () command from Dimension. If IN has many varchar values , sql server needs some time to replay. You can tray to change varchar dimension to integer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How many dimensions do you have? If you don't need all full dimensions, you can change the dimensions to DETACH typ. Direct Discovery will be faster and sql queries are sympler.&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Aug 2015 11:35:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Direct-Discovery-Issue-low-performance/m-p/918126#M437993</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-08-11T11:35:09Z</dc:date>
    </item>
    <item>
      <title>Re: Direct Discovery Issue - low performance</title>
      <link>https://community.qlik.com/t5/QlikView/Direct-Discovery-Issue-low-performance/m-p/918127#M437994</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;My SQL is :&lt;/P&gt;&lt;P&gt;SET DirectTableBoxListThreshold = 100000;&lt;/P&gt;&lt;P&gt;SET DirectConnectionMax=30;&lt;/P&gt;&lt;P&gt;ODBC CONNECT TO 'XXXX';&lt;/P&gt;&lt;P&gt;DIRECT QUERY&lt;/P&gt;&lt;P&gt;DIMENSION ACCT_KEY_NUM, PROD_KEY_NUM, DTE_KEY_NUM&lt;/P&gt;&lt;P&gt;MEASURE&lt;/P&gt;&lt;P&gt;&amp;nbsp; SELL_PRICE_DLR&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;&amp;nbsp; XX.YY_FACT ;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Noconcatenate&lt;/P&gt;&lt;P&gt;PROD_DIM:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;Noconcatenate&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;Account_DIM:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;Noconcatenate&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;TIME_DIM:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;Which will give me a good data model.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;How can I see the query generated by QV?&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Aug 2015 15:33:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Direct-Discovery-Issue-low-performance/m-p/918127#M437994</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-08-11T15:33:18Z</dc:date>
    </item>
    <item>
      <title>Re: Direct Discovery Issue - low performance</title>
      <link>https://community.qlik.com/t5/QlikView/Direct-Discovery-Issue-low-performance/m-p/918128#M437995</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;If you use MS SQL Server, you can see QlikView queries with SQL Server Profiler.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Aug 2015 07:04:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Direct-Discovery-Issue-low-performance/m-p/918128#M437995</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-08-12T07:04:21Z</dc:date>
    </item>
    <item>
      <title>Re: Direct Discovery Issue - low performance</title>
      <link>https://community.qlik.com/t5/QlikView/Direct-Discovery-Issue-low-performance/m-p/918129#M437996</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Got it working fine on my local. But when I try to put it on access point it gives me an error '&lt;STRONG&gt;Database Connection failed&lt;/STRONG&gt;'.&lt;/P&gt;&lt;P&gt;Not sure why?&lt;/P&gt;&lt;P&gt;Any Suggestions?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Aug 2015 21:21:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Direct-Discovery-Issue-low-performance/m-p/918129#M437996</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-08-13T21:21:21Z</dc:date>
    </item>
    <item>
      <title>Re: Direct Discovery Issue - low performance</title>
      <link>https://community.qlik.com/t5/QlikView/Direct-Discovery-Issue-low-performance/m-p/918130#M437997</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It worked. Finally. &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Aug 2015 21:33:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Direct-Discovery-Issue-low-performance/m-p/918130#M437997</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-08-13T21:33:34Z</dc:date>
    </item>
  </channel>
</rss>

