<?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 QVD in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/QVD/m-p/375866#M705336</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Also,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Test:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;load&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Day(date) as Day&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;from QVD&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;anything that is not a straight table read will break the optimized QVD.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 29 Mar 2012 19:21:56 GMT</pubDate>
    <dc:creator>Bill_Britt</dc:creator>
    <dc:date>2012-03-29T19:21:56Z</dc:date>
    <item>
      <title>QVD</title>
      <link>https://community.qlik.com/t5/QlikView/QVD/m-p/375862#M705330</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What is optimize QVD??????&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Mar 2012 15:37:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QVD/m-p/375862#M705330</guid>
      <dc:creator />
      <dc:date>2012-03-29T15:37:23Z</dc:date>
    </item>
    <item>
      <title>QVD</title>
      <link>https://community.qlik.com/t5/QlikView/QVD/m-p/375863#M705331</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;with example?????&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Mar 2012 15:39:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QVD/m-p/375863#M705331</guid>
      <dc:creator />
      <dc:date>2012-03-29T15:39:20Z</dc:date>
    </item>
    <item>
      <title>QVD</title>
      <link>https://community.qlik.com/t5/QlikView/QVD/m-p/375864#M705332</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Whe you load a qvd file without making any transformations to the fields, in the progress window shows (optimized qvd). &lt;/P&gt;&lt;P&gt;That is the fastest load for a qvw. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Mar 2012 17:09:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QVD/m-p/375864#M705332</guid>
      <dc:creator />
      <dc:date>2012-03-29T17:09:35Z</dc:date>
    </item>
    <item>
      <title>QVD</title>
      <link>https://community.qlik.com/t5/QlikView/QVD/m-p/375865#M705334</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;See this post By &lt;A _jive_internal="true" class="jiveTT-hover-user jive-username-link" href="https://community.qlik.com/people/troyansky" id="jive-231021472889214017158" style="background-color: #d6f5b9; font-size: 12px; color: #007fc0; font-weight: bold; font-family: Arial; text-align: center;"&gt;Oleg Troyansky:&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://community.qlik.com/message/185953#185953"&gt;http://community.qlik.com/message/185953#185953&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="background-color: #ffffff; font-size: 12px; color: #636363; font-family: Arial;"&gt;Optimized load is much faster and therefore preferable, especially for larger data sets.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="background-color: #ffffff; font-size: 12px; color: #636363; font-family: Arial;"&gt;Optimized loads are possible if no transformations (calculations) are made during the load, and no (almost) filtering is done in a WHERE clause.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="background-color: #ffffff; font-size: 12px; color: #636363; font-family: Arial;"&gt;The only acceptable filter is using function Exists:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="background-color: #ffffff; font-size: 12px; color: #636363; font-family: Arial;"&gt;WHERE Exists(Field)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="background-color: #ffffff; font-size: 12px; color: #636363; font-family: Arial;"&gt;So for example this load can't be optimized:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="background-color: #ffffff; font-size: 12px; color: #636363; font-family: Arial;"&gt;Load * From ... WHERE Country = 'US'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="background-color: #ffffff; font-size: 12px; color: #636363; font-family: Arial;"&gt;but this load can:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="background-color: #ffffff; font-size: 12px; color: #636363; font-family: Arial;"&gt;Load * From ... WHERE EXISTS(Country)&lt;/P&gt;&lt;P style="background-color: #ffffff; font-size: 12px; color: #636363; font-family: Arial;"&gt;================================&lt;/P&gt;&lt;P style="background-color: #ffffff; font-size: 12px; color: #636363; font-family: Arial;"&gt;On the other hand, the only time you want the load not to be optimized, is if you load a Mapping table from a QVD file. In this case, Optimized load doesn't quite work, so you want to make the load non-optimized deliberately.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Mar 2012 17:16:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QVD/m-p/375865#M705334</guid>
      <dc:creator />
      <dc:date>2012-03-29T17:16:28Z</dc:date>
    </item>
    <item>
      <title>QVD</title>
      <link>https://community.qlik.com/t5/QlikView/QVD/m-p/375866#M705336</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Also,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Test:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;load&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Day(date) as Day&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;from QVD&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;anything that is not a straight table read will break the optimized QVD.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Mar 2012 19:21:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QVD/m-p/375866#M705336</guid>
      <dc:creator>Bill_Britt</dc:creator>
      <dc:date>2012-03-29T19:21:56Z</dc:date>
    </item>
    <item>
      <title>QVD</title>
      <link>https://community.qlik.com/t5/QlikView/QVD/m-p/375867#M705338</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 reccomend you to read the post by Rob Wunderlich:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://qlikviewnotes.blogspot.com/2008/05/when-less-data-means-more-ram.html"&gt;http://qlikviewnotes.blogspot.com/2008/05/when-less-data-means-more-ram.html&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 01 Apr 2012 11:59:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QVD/m-p/375867#M705338</guid>
      <dc:creator />
      <dc:date>2012-04-01T11:59:10Z</dc:date>
    </item>
    <item>
      <title>Re: QVD</title>
      <link>https://community.qlik.com/t5/QlikView/QVD/m-p/375868#M705340</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have a look at Steve's blog he has just written re Optimisation&lt;/P&gt;&lt;P&gt;&lt;A class="loading" href="http://bit.ly/YnAMqT" style="color: #1155cc; font-family: arial, sans-serif; background-color: #ffffff;" target="_blank"&gt;http://bit.ly/YnAMqT&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Neil&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Feb 2013 15:25:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QVD/m-p/375868#M705340</guid>
      <dc:creator>ngulliver</dc:creator>
      <dc:date>2013-02-21T15:25:56Z</dc:date>
    </item>
  </channel>
</rss>

