<?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 issue - Select query takes long time in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Performance-issue-Select-query-takes-long-time/m-p/96303#M15476</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Aswin !&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #212121; font-size: 10pt; font-family: arial, helvetica, sans-serif;"&gt;Using select * is never a good practice, I suggest you, start by filtering into the LOAD only the required fields, and then use the WHERE clause to limit the number of records in the table to be read.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 17 Aug 2018 12:12:01 GMT</pubDate>
    <dc:creator>PabloTrevisan</dc:creator>
    <dc:date>2018-08-17T12:12:01Z</dc:date>
    <item>
      <title>Performance issue - Select query takes long time</title>
      <link>https://community.qlik.com/t5/QlikView/Performance-issue-Select-query-takes-long-time/m-p/96301#M15474</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;I am having a Table with 40 columns and 28 Million Records. I am just doing a select * from that Table it takes 16 Minutes to load. Do we have any idea to further reduce this time?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Aug 2018 08:17:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Performance-issue-Select-query-takes-long-time/m-p/96301#M15474</guid>
      <dc:creator>raajaswin</dc:creator>
      <dc:date>2018-08-17T08:17:13Z</dc:date>
    </item>
    <item>
      <title>Re: Performance issue - Select query takes long time</title>
      <link>https://community.qlik.com/t5/QlikView/Performance-issue-Select-query-takes-long-time/m-p/96302#M15475</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Do you really need all columns and records from this table? If only the needed data are queried and transferred it might significantly reduce the run-times. Are after this the run-times yet too long you need to apply an incremental loading. Within the last two link-areas in this document: &lt;A href="https://community.qlik.com/docs/DOC-9038"&gt;Advanced topics for creating a qlik datamodel&lt;/A&gt; you will find various examples how it could be done.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Aug 2018 11:05:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Performance-issue-Select-query-takes-long-time/m-p/96302#M15475</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2018-08-17T11:05:36Z</dc:date>
    </item>
    <item>
      <title>Re: Performance issue - Select query takes long time</title>
      <link>https://community.qlik.com/t5/QlikView/Performance-issue-Select-query-takes-long-time/m-p/96303#M15476</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Aswin !&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #212121; font-size: 10pt; font-family: arial, helvetica, sans-serif;"&gt;Using select * is never a good practice, I suggest you, start by filtering into the LOAD only the required fields, and then use the WHERE clause to limit the number of records in the table to be read.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Aug 2018 12:12:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Performance-issue-Select-query-takes-long-time/m-p/96303#M15476</guid>
      <dc:creator>PabloTrevisan</dc:creator>
      <dc:date>2018-08-17T12:12:01Z</dc:date>
    </item>
    <item>
      <title>Re: Performance issue - Select query takes long time</title>
      <link>https://community.qlik.com/t5/QlikView/Performance-issue-Select-query-takes-long-time/m-p/96304#M15477</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;We need All columns and record as well.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Aug 2018 14:07:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Performance-issue-Select-query-takes-long-time/m-p/96304#M15477</guid>
      <dc:creator>raajaswin</dc:creator>
      <dc:date>2018-08-20T14:07:49Z</dc:date>
    </item>
    <item>
      <title>Re: Performance issue - Select query takes long time</title>
      <link>https://community.qlik.com/t5/QlikView/Performance-issue-Select-query-takes-long-time/m-p/96305#M15478</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you can ask the DBA to create index in the table, or if there is a possibility to parallelize the job in the database. Oracle I already did ..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Aug 2018 14:14:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Performance-issue-Select-query-takes-long-time/m-p/96305#M15478</guid>
      <dc:creator>PabloTrevisan</dc:creator>
      <dc:date>2018-08-20T14:14:37Z</dc:date>
    </item>
  </channel>
</rss>

