<?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: Is the script performance better if the LOAD statement is not needed for a SQL table? in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Is-the-script-performance-better-if-the-LOAD-statement-is-not/m-p/127506#M8923</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Let's say the data volume is "low".&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 30 Jul 2018 12:22:02 GMT</pubDate>
    <dc:creator>jblomqvist</dc:creator>
    <dc:date>2018-07-30T12:22:02Z</dc:date>
    <item>
      <title>Is the script performance better if the LOAD statement is not needed for a SQL table?</title>
      <link>https://community.qlik.com/t5/App-Development/Is-the-script-performance-better-if-the-LOAD-statement-is-not/m-p/127504#M8921</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi there,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a question about performance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let's say you have a LOAD statement on top of a SQL Select statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you do not need to do any changes to the fields from the SQL Select, is the performance better by removing the LOAD statement and loading the fields there again?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let's say the SQL Select fields data is fine, you do not need to change the field names etc.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Jul 2018 08:36:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Is-the-script-performance-better-if-the-LOAD-statement-is-not/m-p/127504#M8921</guid>
      <dc:creator>jblomqvist</dc:creator>
      <dc:date>2018-07-26T08:36:41Z</dc:date>
    </item>
    <item>
      <title>Re: Is the script performance better if the LOAD statement is not needed for a SQL table?</title>
      <link>https://community.qlik.com/t5/App-Development/Is-the-script-performance-better-if-the-LOAD-statement-is-not/m-p/127505#M8922</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It may also depends, on Data volume.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Jul 2018 10:11:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Is-the-script-performance-better-if-the-LOAD-statement-is-not/m-p/127505#M8922</guid>
      <dc:creator>BalaBhaskar_Qlik</dc:creator>
      <dc:date>2018-07-26T10:11:13Z</dc:date>
    </item>
    <item>
      <title>Re: Is the script performance better if the LOAD statement is not needed for a SQL table?</title>
      <link>https://community.qlik.com/t5/App-Development/Is-the-script-performance-better-if-the-LOAD-statement-is-not/m-p/127506#M8923</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Let's say the data volume is "low".&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Jul 2018 12:22:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Is-the-script-performance-better-if-the-LOAD-statement-is-not/m-p/127506#M8923</guid>
      <dc:creator>jblomqvist</dc:creator>
      <dc:date>2018-07-30T12:22:02Z</dc:date>
    </item>
    <item>
      <title>Re: Is the script performance better if the LOAD statement is not needed for a SQL table?</title>
      <link>https://community.qlik.com/t5/App-Development/Is-the-script-performance-better-if-the-LOAD-statement-is-not/m-p/127507#M8924</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I belive in your case the SQL statement is enough.&lt;/P&gt;&lt;P&gt;Have in mind that if your data are preety low then you won't see differences in performance with "naked eye".&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Jul 2018 12:24:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Is-the-script-performance-better-if-the-LOAD-statement-is-not/m-p/127507#M8924</guid>
      <dc:creator>dapostolopoylos</dc:creator>
      <dc:date>2018-07-30T12:24:15Z</dc:date>
    </item>
    <item>
      <title>Re: Is the script performance better if the LOAD statement is not needed for a SQL table?</title>
      <link>https://community.qlik.com/t5/App-Development/Is-the-script-performance-better-if-the-LOAD-statement-is-not/m-p/127508#M8925</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Load Statement on top of SQL should not be used if not doing any &lt;STRONG&gt;calculations&lt;/STRONG&gt; or &lt;STRONG&gt;deriving&lt;/STRONG&gt; new fields, this will load the same data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ex:&lt;/P&gt;&lt;P&gt;Emp:&lt;/P&gt;&lt;P&gt;Load&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; Capitalize(ename) AS ename_Formatted,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; MonthName(date) AS MonthYear,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Week(date) AS Week;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SQL &lt;/P&gt;&lt;P&gt;Select empid,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ename,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; loc,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; date&lt;/P&gt;&lt;P&gt;from emp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The Load statement on top of select statement is used to transform the retrieved data from database, it is not mandatory to use Load statement on top of select statement.&amp;nbsp; We will use when we are doing any calculations or arriving new fields like Above.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SQL statement pulls the dat from DB , and LOAD statement works on top of that data , and performs operations that coded in load statement and stores the results in QlikView.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;EX:&lt;/P&gt;&lt;P&gt;SQL &lt;/P&gt;&lt;P&gt;Select empid,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ename,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; loc&lt;/P&gt;&lt;P&gt;from emp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And through this script what should be result&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ABC:&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; *;&lt;/P&gt;&lt;P&gt;SQL &lt;/P&gt;&lt;P&gt;Select empid,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ename,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; loc&lt;/P&gt;&lt;P&gt;from emp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The first example could be a tiny bit faster since it doesn't use a preceding load. The end result is exactly the same since the preceding load in your second example doesn't do transformations or calculations.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Jul 2018 12:39:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Is-the-script-performance-better-if-the-LOAD-statement-is-not/m-p/127508#M8925</guid>
      <dc:creator>BalaBhaskar_Qlik</dc:creator>
      <dc:date>2018-07-30T12:39:45Z</dc:date>
    </item>
  </channel>
</rss>

