<?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 on load table from SQL Server in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Performance-on-load-table-from-SQL-Server/m-p/592464#M679052</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;..this doesn't speed up the data load from the database.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 04 May 2014 18:46:59 GMT</pubDate>
    <dc:creator>rbecher</dc:creator>
    <dc:date>2014-05-04T18:46:59Z</dc:date>
    <item>
      <title>Performance on load table from SQL Server</title>
      <link>https://community.qlik.com/t5/QlikView/Performance-on-load-table-from-SQL-Server/m-p/592459#M679047</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I suppose to load all rows from SQLServer table, It's supposed to be ~5 Million Rows.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the table there are 20 columns, and i need to pull 10 of them.&lt;/P&gt;&lt;P&gt;In a matter &lt;STRONG&gt;only&lt;/STRONG&gt; of traffic, and&amp;nbsp; overload on the system what is the efficient way to load:&lt;/P&gt;&lt;P&gt;Load* or load field1,Field2....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Jacob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 04 May 2014 14:29:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Performance-on-load-table-from-SQL-Server/m-p/592459#M679047</guid>
      <dc:creator />
      <dc:date>2014-05-04T14:29:22Z</dc:date>
    </item>
    <item>
      <title>Re: Performance on load table from SQL Server</title>
      <link>https://community.qlik.com/t5/QlikView/Performance-on-load-table-from-SQL-Server/m-p/592460#M679048</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; field1,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; field2,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ..&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; field10&lt;/P&gt;&lt;P&gt;From &amp;lt;&amp;gt; ; &lt;/P&gt;&lt;P&gt;This should be the better option as this loads less number of fields. And if you have doubt about optimized load, let me tell you, this still remains optimized. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 04 May 2014 14:52:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Performance-on-load-table-from-SQL-Server/m-p/592460#M679048</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2014-05-04T14:52:01Z</dc:date>
    </item>
    <item>
      <title>Re: Performance on load table from SQL Server</title>
      <link>https://community.qlik.com/t5/QlikView/Performance-on-load-table-from-SQL-Server/m-p/592461#M679049</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think is better to limit the sql part to limit the network traffic&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;table:&lt;/P&gt;&lt;P&gt;sql &lt;/P&gt;&lt;P&gt;select&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; field1,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; .....,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; field10&lt;/P&gt;&lt;P&gt;from yoursqltable;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 04 May 2014 15:00:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Performance-on-load-table-from-SQL-Server/m-p/592461#M679049</guid>
      <dc:creator>maxgro</dc:creator>
      <dc:date>2014-05-04T15:00:56Z</dc:date>
    </item>
    <item>
      <title>Re: Performance on load table from SQL Server</title>
      <link>https://community.qlik.com/t5/QlikView/Performance-on-load-table-from-SQL-Server/m-p/592462#M679050</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;One should never use SELECT * or LOAD * ...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 04 May 2014 17:19:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Performance-on-load-table-from-SQL-Server/m-p/592462#M679050</guid>
      <dc:creator>rbecher</dc:creator>
      <dc:date>2014-05-04T17:19:49Z</dc:date>
    </item>
    <item>
      <title>Re: Performance on load table from SQL Server</title>
      <link>https://community.qlik.com/t5/QlikView/Performance-on-load-table-from-SQL-Server/m-p/592463#M679051</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 optimize your loading by&lt;/P&gt;&lt;P&gt;(1)&amp;nbsp; Loading your data and save them in a QVDs file&lt;/P&gt;&lt;P&gt;(see QlikView reference manual C:\ProgramData\QlikTech\QlikView Documentation\Reference Manual).&lt;/P&gt;&lt;P&gt;(2) Then loading data from the QVDs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Using QVDs will increase the performance&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 04 May 2014 17:28:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Performance-on-load-table-from-SQL-Server/m-p/592463#M679051</guid>
      <dc:creator>Joseph_Musekura</dc:creator>
      <dc:date>2014-05-04T17:28:25Z</dc:date>
    </item>
    <item>
      <title>Re: Performance on load table from SQL Server</title>
      <link>https://community.qlik.com/t5/QlikView/Performance-on-load-table-from-SQL-Server/m-p/592464#M679052</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;..this doesn't speed up the data load from the database.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 04 May 2014 18:46:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Performance-on-load-table-from-SQL-Server/m-p/592464#M679052</guid>
      <dc:creator>rbecher</dc:creator>
      <dc:date>2014-05-04T18:46:59Z</dc:date>
    </item>
    <item>
      <title>Re: Performance on load table from SQL Server</title>
      <link>https://community.qlik.com/t5/QlikView/Performance-on-load-table-from-SQL-Server/m-p/592465#M679053</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you load fields and data directly from the SQL then you can try some thing like below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. First opproach&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Field1,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Field2&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ..&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ..&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ..;&lt;/P&gt;&lt;P&gt;SQL SELECT *&lt;/P&gt;&lt;P&gt;FROM Categories;&lt;/P&gt;&lt;P&gt;DROP Fields Field10,Field11.....Field20;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. Second you can try but comment then like //Field10, // //Field11 and so on and you can try a resident load also and then comment the fields on the load.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 04 May 2014 18:58:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Performance-on-load-table-from-SQL-Server/m-p/592465#M679053</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2014-05-04T18:58:12Z</dc:date>
    </item>
    <item>
      <title>Re: Performance on load table from SQL Server</title>
      <link>https://community.qlik.com/t5/QlikView/Performance-on-load-table-from-SQL-Server/m-p/592466#M679054</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;But SELECT * loads the full data set from the database also...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 04 May 2014 19:20:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Performance-on-load-table-from-SQL-Server/m-p/592466#M679054</guid>
      <dc:creator>rbecher</dc:creator>
      <dc:date>2014-05-04T19:20:24Z</dc:date>
    </item>
    <item>
      <title>Re: Performance on load table from SQL Server</title>
      <link>https://community.qlik.com/t5/QlikView/Performance-on-load-table-from-SQL-Server/m-p/592467#M679055</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;this is the reason I suggested to extract only the needeed 10 fields in the sql (database)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;table:&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;sql&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;select&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; field1,&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; .....,&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; field10&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;from yoursqltable;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 04 May 2014 19:46:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Performance-on-load-table-from-SQL-Server/m-p/592467#M679055</guid>
      <dc:creator>maxgro</dc:creator>
      <dc:date>2014-05-04T19:46:53Z</dc:date>
    </item>
    <item>
      <title>Re: Performance on load table from SQL Server</title>
      <link>https://community.qlik.com/t5/QlikView/Performance-on-load-table-from-SQL-Server/m-p/592468#M679056</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks all for the approaches..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'll further my question...&lt;/P&gt;&lt;P&gt;If there is where sentence involved: i.e. WHERE year = 2014&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;is still select the specific fields instead of select* is the way that cost less in terms of DB traffic?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 May 2014 05:46:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Performance-on-load-table-from-SQL-Server/m-p/592468#M679056</guid>
      <dc:creator />
      <dc:date>2014-05-05T05:46:20Z</dc:date>
    </item>
    <item>
      <title>Re: Performance on load table from SQL Server</title>
      <link>https://community.qlik.com/t5/QlikView/Performance-on-load-table-from-SQL-Server/m-p/592469#M679057</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;With WHERE you reduce the number of rows(records) while using Load/Select Field1, Filed2 ....Field10&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; you reduce number of fields(attributes). Hope it helps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 May 2014 05:50:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Performance-on-load-table-from-SQL-Server/m-p/592469#M679057</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2014-05-05T05:50:26Z</dc:date>
    </item>
    <item>
      <title>Re: Performance on load table from SQL Server</title>
      <link>https://community.qlik.com/t5/QlikView/Performance-on-load-table-from-SQL-Server/m-p/592470#M679058</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I know it's reduce number of rows.. the question is about the DB is there a load difference between two approaches on his side..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 May 2014 05:53:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Performance-on-load-table-from-SQL-Server/m-p/592470#M679058</guid>
      <dc:creator />
      <dc:date>2014-05-05T05:53:06Z</dc:date>
    </item>
    <item>
      <title>Re: Performance on load table from SQL Server</title>
      <link>https://community.qlik.com/t5/QlikView/Performance-on-load-table-from-SQL-Server/m-p/592471#M679059</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It depends. Usually a where clause reduces processing time on a database. This can lead into faster query results if you have an index on the column..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 May 2014 06:12:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Performance-on-load-table-from-SQL-Server/m-p/592471#M679059</guid>
      <dc:creator>rbecher</dc:creator>
      <dc:date>2014-05-05T06:12:38Z</dc:date>
    </item>
    <item>
      <title>Re: Performance on load table from SQL Server</title>
      <link>https://community.qlik.com/t5/QlikView/Performance-on-load-table-from-SQL-Server/m-p/592472#M679061</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 would prefer you to use proper Index on the table to give you better performance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;ASHFAQ&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 May 2014 06:57:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Performance-on-load-table-from-SQL-Server/m-p/592472#M679061</guid>
      <dc:creator>ashfaq_haseeb</dc:creator>
      <dc:date>2014-05-05T06:57:16Z</dc:date>
    </item>
  </channel>
</rss>

