<?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: QVD in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/QVD/m-p/522411#M195182</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Siva,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;storing the data from the source to the QVD it is compressed and optimized.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;in this point you discussed compressed and optimized ,he is asking this question &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;he explained some thing like &lt;/P&gt;&lt;P&gt;when you storing data in qvd format it could avoid duplicates with same names,&lt;/P&gt;&lt;P&gt;Can you please explain me more about &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;compressed and optimized.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards&lt;/P&gt;&lt;P&gt;Niranjan&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 24 Dec 2013 05:18:23 GMT</pubDate>
    <dc:creator>NavinReddy</dc:creator>
    <dc:date>2013-12-24T05:18:23Z</dc:date>
    <item>
      <title>QVD</title>
      <link>https://community.qlik.com/t5/QlikView/QVD/m-p/522405#M195176</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Help me some one This Query &lt;/P&gt;&lt;P&gt;How could you say QVD is Optimized ? some one as asked this Question&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in Advance&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Niranjan&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Dec 2013 04:43:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QVD/m-p/522405#M195176</guid>
      <dc:creator>NavinReddy</dc:creator>
      <dc:date>2013-12-24T04:43:23Z</dc:date>
    </item>
    <item>
      <title>Re: QVD</title>
      <link>https://community.qlik.com/t5/QlikView/QVD/m-p/522406#M195177</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When you are loading a qvd with no where condition in it or without using any of the calculation function in the load script ,&lt;/P&gt;&lt;P&gt;then the reload from the specific qvd will be optimized otherwise it will not be optimized.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Optimized load is much much faster than the normal one.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Nitin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Dec 2013 04:51:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QVD/m-p/522406#M195177</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-12-24T04:51:03Z</dc:date>
    </item>
    <item>
      <title>Re: QVD</title>
      <link>https://community.qlik.com/t5/QlikView/QVD/m-p/522407#M195178</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&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;The only acceptable filter is using function Exists: &lt;/P&gt;&lt;P&gt;WHERE Exists(Field) &lt;/P&gt;&lt;P&gt;So for example this load can't be optimized. &lt;/P&gt;&lt;P&gt;Load * From ... WHERE Country = 'US &lt;/P&gt;&lt;P&gt;but this load can: &lt;/P&gt;&lt;P&gt;Load * From ... WHERE EXISTS(Country)&lt;/P&gt;&lt;P&gt;================================&lt;/P&gt;&lt;P&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;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Siva&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Dec 2013 04:51:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QVD/m-p/522407#M195178</guid>
      <dc:creator>Siva_Sankar</dc:creator>
      <dc:date>2013-12-24T04:51:55Z</dc:date>
    </item>
    <item>
      <title>Re: QVD</title>
      <link>https://community.qlik.com/t5/QlikView/QVD/m-p/522408#M195179</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Guys Thanks for your reply,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But what i am asking is &lt;/P&gt;&lt;P&gt;When i m fetching data from data source it is like 100MB,&lt;/P&gt;&lt;P&gt;when i m storing same data in to QVD format it is like 70MB ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How it possible,it is optimized or not (one interviewer asked this Question)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks In Advance&lt;/P&gt;&lt;P&gt;Niranjan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Dec 2013 05:05:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QVD/m-p/522408#M195179</guid>
      <dc:creator>NavinReddy</dc:creator>
      <dc:date>2013-12-24T05:05:43Z</dc:date>
    </item>
    <item>
      <title>Re: QVD</title>
      <link>https://community.qlik.com/t5/QlikView/QVD/m-p/522409#M195180</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Niru,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When storing the data from the source to the QVD it is compressed and optimized.&lt;/P&gt;&lt;P&gt;But, when you load the QVD like...&lt;/P&gt;&lt;P&gt;Load * from name.qvd... it is optimized.&lt;/P&gt;&lt;P&gt;Load * from name.qvd where x=y(or any condition); it is unoptimized.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Meaning if there is no changes done on the qvd and loading straightly from the QVD It is optimized&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;P&gt;Siva&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Dec 2013 05:09:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QVD/m-p/522409#M195180</guid>
      <dc:creator>Siva_Sankar</dc:creator>
      <dc:date>2013-12-24T05:09:20Z</dc:date>
    </item>
    <item>
      <title>Re: QVD</title>
      <link>https://community.qlik.com/t5/QlikView/QVD/m-p/522410#M195181</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When data is stored in QVD format, by fetching data from data source, its being compressed.&lt;/P&gt;&lt;P&gt;but its not optimized.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;QVDs are not optimized while the loads are optimized when there is not calculations done or no where condition is available.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Dec 2013 05:15:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QVD/m-p/522410#M195181</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-12-24T05:15:05Z</dc:date>
    </item>
    <item>
      <title>Re: QVD</title>
      <link>https://community.qlik.com/t5/QlikView/QVD/m-p/522411#M195182</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Siva,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;storing the data from the source to the QVD it is compressed and optimized.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;in this point you discussed compressed and optimized ,he is asking this question &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;he explained some thing like &lt;/P&gt;&lt;P&gt;when you storing data in qvd format it could avoid duplicates with same names,&lt;/P&gt;&lt;P&gt;Can you please explain me more about &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;compressed and optimized.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards&lt;/P&gt;&lt;P&gt;Niranjan&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Dec 2013 05:18:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QVD/m-p/522411#M195182</guid>
      <dc:creator>NavinReddy</dc:creator>
      <dc:date>2013-12-24T05:18:23Z</dc:date>
    </item>
    <item>
      <title>Re: QVD</title>
      <link>https://community.qlik.com/t5/QlikView/QVD/m-p/522412#M195183</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Niru,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;QVD&lt;/STRONG&gt; : Stands for Qlikview Data (One of the optimize layer of data which has been fetched from the database, qvd is a patent technology of qliktech and qlikview applications reads data 100 time faster as compared to any other sources because data get stores in optimized format. Only Qlikvew application can read the data from QVD. Its always better to fetch the data from from database first and then load the data into your application)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Find the below link to know more about QVD.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="loading" href="http://www.learnallbi.com/qvds-in-qlikview/"&gt;http://www.learnallbi.com/qvds-in-qlikview/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;P&gt;Siva&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Dec 2013 05:32:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QVD/m-p/522412#M195183</guid>
      <dc:creator>Siva_Sankar</dc:creator>
      <dc:date>2013-12-24T05:32:18Z</dc:date>
    </item>
    <item>
      <title>Re: QVD</title>
      <link>https://community.qlik.com/t5/QlikView/QVD/m-p/522413#M195184</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Refer the below too.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.quickintelligence.co.uk/qlikview-qvd-files/" title="http://www.quickintelligence.co.uk/qlikview-qvd-files/"&gt;http://www.quickintelligence.co.uk/qlikview-qvd-files/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;P&gt;Siva&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Dec 2013 05:36:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QVD/m-p/522413#M195184</guid>
      <dc:creator>Siva_Sankar</dc:creator>
      <dc:date>2013-12-24T05:36:33Z</dc:date>
    </item>
    <item>
      <title>Re: QVD</title>
      <link>https://community.qlik.com/t5/QlikView/QVD/m-p/522414#M195185</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It Store data in XML format, hence it is compressed&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Dec 2013 06:25:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QVD/m-p/522414#M195185</guid>
      <dc:creator />
      <dc:date>2013-12-24T06:25:10Z</dc:date>
    </item>
    <item>
      <title>Re: QVD</title>
      <link>https://community.qlik.com/t5/QlikView/QVD/m-p/522415#M195186</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Niranjan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When we load data from any source into Qlikview, the data are compressed in a way of array pointer concept.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ex:- In a table we have 2 fields and 10 rows.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" width="128"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD height="20" width="64"&gt;F1&lt;/TD&gt;&lt;TD width="64"&gt;F2&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="20"&gt;A1&lt;/TD&gt;&lt;TD align="right"&gt;10&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="20"&gt;B1&lt;/TD&gt;&lt;TD align="right"&gt;20&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="20"&gt;A2&lt;/TD&gt;&lt;TD align="right"&gt;30&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="20"&gt;B2&lt;/TD&gt;&lt;TD align="right"&gt;40&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="20"&gt;A1&lt;/TD&gt;&lt;TD align="right"&gt;50&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="20"&gt;A2&lt;/TD&gt;&lt;TD align="right"&gt;60&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="20"&gt;B1&lt;/TD&gt;&lt;TD align="right"&gt;70&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="20"&gt;A1&lt;/TD&gt;&lt;TD align="right"&gt;80&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;While loading into Qlikview it consider the above data as given below.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Considering the value A1 once and identifying the occurence of the value in the form of pointer. Physically A1 is appearing once and the count of occurence is 3. By doing this the amount of space is less and hence the data are compressed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;--&lt;/P&gt;&lt;P&gt;Vinoth&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Dec 2013 10:54:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QVD/m-p/522415#M195186</guid>
      <dc:creator />
      <dc:date>2013-12-24T10:54:30Z</dc:date>
    </item>
    <item>
      <title>Re: QVD</title>
      <link>https://community.qlik.com/t5/QlikView/QVD/m-p/522416#M195187</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, Niru Niru.&lt;/P&gt;&lt;P&gt;Have a look at this article on Optimisation. It may help you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.quickintelligence.co.uk/qlikview-optimised-qvd-loads/" title="http://www.quickintelligence.co.uk/qlikview-optimised-qvd-loads/"&gt;http://www.quickintelligence.co.uk/qlikview-optimised-qvd-loads/&lt;/A&gt;&lt;/P&gt;&lt;P&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>Tue, 24 Dec 2013 11:58:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QVD/m-p/522416#M195187</guid>
      <dc:creator>ngulliver</dc:creator>
      <dc:date>2013-12-24T11:58:58Z</dc:date>
    </item>
  </channel>
</rss>

