<?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 How to minimise Data Load time in QlikView from SQL Table in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-minimise-Data-Load-time-in-QlikView-from-SQL-Table/m-p/901941#M1000237</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;We are doing data modelling for one of our clients. The data source is MSSQL server, we have about 10-15 tables in the data model for building dashboards.&lt;/P&gt;&lt;P&gt;The issue I'm facing is when I perform data reload one particular table takes more than 4minutes to load while others load in a fraction of seconds. Moreover, there is more data in the other tables compared to the table that is causing delay.&lt;/P&gt;&lt;P&gt;I tried to query the specified table in SQL which takes 5sec for the query to return all rows i.e; 11,000+ which is normal. Here are some details of the table.&lt;/P&gt;&lt;P&gt;Foreign Keys: 83&lt;/P&gt;&lt;P&gt;Indexes: 7&lt;/P&gt;&lt;P&gt;Columns: 106&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;Can anyone highlight if the table structure that is causing the delay in qlikview load? How do I minimise and reduce the data load &lt;/SPAN&gt;time?&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;I would appreciate if I can get some help in resolving the issue.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 03 Jun 2015 06:13:25 GMT</pubDate>
    <dc:creator>malimohammed</dc:creator>
    <dc:date>2015-06-03T06:13:25Z</dc:date>
    <item>
      <title>How to minimise Data Load time in QlikView from SQL Table</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-minimise-Data-Load-time-in-QlikView-from-SQL-Table/m-p/901941#M1000237</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;We are doing data modelling for one of our clients. The data source is MSSQL server, we have about 10-15 tables in the data model for building dashboards.&lt;/P&gt;&lt;P&gt;The issue I'm facing is when I perform data reload one particular table takes more than 4minutes to load while others load in a fraction of seconds. Moreover, there is more data in the other tables compared to the table that is causing delay.&lt;/P&gt;&lt;P&gt;I tried to query the specified table in SQL which takes 5sec for the query to return all rows i.e; 11,000+ which is normal. Here are some details of the table.&lt;/P&gt;&lt;P&gt;Foreign Keys: 83&lt;/P&gt;&lt;P&gt;Indexes: 7&lt;/P&gt;&lt;P&gt;Columns: 106&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;Can anyone highlight if the table structure that is causing the delay in qlikview load? How do I minimise and reduce the data load &lt;/SPAN&gt;time?&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;I would appreciate if I can get some help in resolving the issue.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Jun 2015 06:13:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-minimise-Data-Load-time-in-QlikView-from-SQL-Table/m-p/901941#M1000237</guid>
      <dc:creator>malimohammed</dc:creator>
      <dc:date>2015-06-03T06:13:25Z</dc:date>
    </item>
    <item>
      <title>Re: How to minimise Data Load time in QlikView from SQL Table</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-minimise-Data-Load-time-in-QlikView-from-SQL-Table/m-p/901942#M1000238</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is really a SQL question, rather than a QV question, and you may get more expert opinion on how to optimise your SQL query on a SQL forum.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I assume that the slow loading query has a number of joins between large tables. Are all the tables in the join properly indexed? Have the index statistics been properly maintained and updated? Is that date sorted or are you using select distinct and/or grouping? Have you looked at the query plan using SQL Management Studio? Have the tables got clustered indices.....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Jun 2015 06:19:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-minimise-Data-Load-time-in-QlikView-from-SQL-Table/m-p/901942#M1000238</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2015-06-03T06:19:43Z</dc:date>
    </item>
    <item>
      <title>Re: How to minimise Data Load time in QlikView from SQL Table</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-minimise-Data-Load-time-in-QlikView-from-SQL-Table/m-p/901943#M1000239</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 can try increasing the packet size in the SQL connection string by default it shows less package size number you can increase it to maximum&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It Helped me to reduce the loading time &lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Harsha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Jun 2015 06:52:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-minimise-Data-Load-time-in-QlikView-from-SQL-Table/m-p/901943#M1000239</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-06-03T06:52:31Z</dc:date>
    </item>
    <item>
      <title>Re: How to minimise Data Load time in QlikView from SQL Table</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-minimise-Data-Load-time-in-QlikView-from-SQL-Table/m-p/901944#M1000240</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Thanks for your response. &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt; The increase in packet size has decreased the load time to 19-sec from 4-minutes. I have increased the packet size to &lt;SPAN style="color: #2a2a2a; font-family: 'Segoe UI', 'Lucida Grande', Verdana, Arial, Helvetica, sans-serif; font-size: 13px;"&gt;16,383 which is maximum I assume. What is the packet size in your case?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #2a2a2a; font-family: 'Segoe UI', 'Lucida Grande', Verdana, Arial, Helvetica, sans-serif; font-size: 13px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; I appreciate your help. Thanks mate. &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Jun 2015 07:44:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-minimise-Data-Load-time-in-QlikView-from-SQL-Table/m-p/901944#M1000240</guid>
      <dc:creator>malimohammed</dc:creator>
      <dc:date>2015-06-03T07:44:10Z</dc:date>
    </item>
    <item>
      <title>Re: How to minimise Data Load time in QlikView from SQL Table</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-minimise-Data-Load-time-in-QlikView-from-SQL-Table/m-p/901945#M1000241</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your feedback Jonathan.. &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Jun 2015 07:45:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-minimise-Data-Load-time-in-QlikView-from-SQL-Table/m-p/901945#M1000241</guid>
      <dc:creator>malimohammed</dc:creator>
      <dc:date>2015-06-03T07:45:32Z</dc:date>
    </item>
    <item>
      <title>Re: How to minimise Data Load time in QlikView from SQL Table</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-minimise-Data-Load-time-in-QlikView-from-SQL-Table/m-p/901946#M1000242</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;Try using 65535 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards &lt;/P&gt;&lt;P&gt;Harsha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Jun 2015 08:28:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-minimise-Data-Load-time-in-QlikView-from-SQL-Table/m-p/901946#M1000242</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-06-03T08:28:46Z</dc:date>
    </item>
  </channel>
</rss>

