<?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: Loading from SQL Database Views in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Loading-from-SQL-Database-Views/m-p/1004421#M341257</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You mean it takes longer to load data from a Database View than it takes to load the same data from the constituent Database Tables?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That's normal. The Database engine has to populate the View before it can start transmitting rows. This is a set-up cost (delay). It has no such problem when reading directly from tables where the optimizer can start transmitting rows almost immediately..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 30 Dec 2015 16:06:07 GMT</pubDate>
    <dc:creator>Peter_Cammaert</dc:creator>
    <dc:date>2015-12-30T16:06:07Z</dc:date>
    <item>
      <title>Loading from SQL Database Views</title>
      <link>https://community.qlik.com/t5/QlikView/Loading-from-SQL-Database-Views/m-p/1004419#M341255</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;Looks like when loading directly from the Database Views(which is created using the same query in qvs) is taking longer time compared to loading the same using a QVS which query against the DB.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is that how it works?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Dec 2015 16:03:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Loading-from-SQL-Database-Views/m-p/1004419#M341255</guid>
      <dc:creator />
      <dc:date>2015-12-30T16:03:13Z</dc:date>
    </item>
    <item>
      <title>Re: Loading from SQL Database Views</title>
      <link>https://community.qlik.com/t5/QlikView/Loading-from-SQL-Database-Views/m-p/1004420#M341256</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It would supposed to be the same time.&lt;/P&gt;&lt;P&gt;It depends on&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Which RDBMS&lt;/LI&gt;&lt;LI&gt;Which indexes are beeing used&lt;/LI&gt;&lt;LI&gt;How many records are beeing retrieved&lt;/LI&gt;&lt;LI&gt;How often the database statistics are beein collected&lt;/LI&gt;&lt;LI&gt;How your view was created (Materialized views speed performance)&lt;/LI&gt;&lt;/UL&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Dec 2015 16:05:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Loading-from-SQL-Database-Views/m-p/1004420#M341256</guid>
      <dc:creator>Clever_Anjos</dc:creator>
      <dc:date>2015-12-30T16:05:42Z</dc:date>
    </item>
    <item>
      <title>Re: Loading from SQL Database Views</title>
      <link>https://community.qlik.com/t5/QlikView/Loading-from-SQL-Database-Views/m-p/1004421#M341257</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You mean it takes longer to load data from a Database View than it takes to load the same data from the constituent Database Tables?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That's normal. The Database engine has to populate the View before it can start transmitting rows. This is a set-up cost (delay). It has no such problem when reading directly from tables where the optimizer can start transmitting rows almost immediately..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Dec 2015 16:06:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Loading-from-SQL-Database-Views/m-p/1004421#M341257</guid>
      <dc:creator>Peter_Cammaert</dc:creator>
      <dc:date>2015-12-30T16:06:07Z</dc:date>
    </item>
    <item>
      <title>Re: Loading from SQL Database Views</title>
      <link>https://community.qlik.com/t5/QlikView/Loading-from-SQL-Database-Views/m-p/1004422#M341258</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;A view (not materialized) is a stored queryn (where stored is the definition of the query, not the result), usually it takes the same time to run &lt;/P&gt;&lt;P&gt;- a query&lt;/P&gt;&lt;P&gt;and&lt;/P&gt;&lt;P&gt;- the same query stored as a view&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Dec 2015 16:41:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Loading-from-SQL-Database-Views/m-p/1004422#M341258</guid>
      <dc:creator>maxgro</dc:creator>
      <dc:date>2015-12-30T16:41:10Z</dc:date>
    </item>
    <item>
      <title>Re: Loading from SQL Database Views</title>
      <link>https://community.qlik.com/t5/QlikView/Loading-from-SQL-Database-Views/m-p/1004423#M341259</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;While loading from a view does take longer, the dynamic nature of a view insures that you are getting the most current version of the data.&amp;nbsp;&amp;nbsp; We are migrating all of our views ( 100's ) to static tables in a data warehouse.&amp;nbsp; Our data requirements do not necessitate more than day old data, so we elected the performance improvement of pulling directly from tables. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Dec 2015 17:46:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Loading-from-SQL-Database-Views/m-p/1004423#M341259</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-12-30T17:46:04Z</dc:date>
    </item>
  </channel>
</rss>

