<?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: Same data but QVD size increased when pulled from source in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Same-data-but-QVD-size-increased-when-pulled-from-source/m-p/1794986#M1211100</link>
    <description>&lt;P&gt;If you are using cross table that will increase your size.&lt;/P&gt;&lt;P&gt;Else try &lt;EM&gt;date(datefield,'DD-MM-YYYY')&lt;/EM&gt; format date during transformation in qlikview. This will give result.&lt;/P&gt;</description>
    <pubDate>Sat, 27 Mar 2021 03:52:05 GMT</pubDate>
    <dc:creator>askarkhan</dc:creator>
    <dc:date>2021-03-27T03:52:05Z</dc:date>
    <item>
      <title>Same data but QVD size increased when pulled from source</title>
      <link>https://community.qlik.com/t5/QlikView/Same-data-but-QVD-size-increased-when-pulled-from-source/m-p/1397192#M424003</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;Below are two scenarios&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;1) All transformations are performed in QlikView&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have table in source which has around 25 fields and 8 million records.Firstly I created QVD from this table, then I am performing complex transformation in QlikView using this QVD and creating another QVD from QlikView.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;2) All transformations are performed at source&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;Here with the same logic all the transformation are performed at source side and one final table is created in source. I am now pulling this final table into the qlikview and storing it into the QVD.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Issue is that, in both the scenario final QVD created is almost of the same size and records , no. of fields are also same, but surprisingly when I load the QVD created in second scenario in QV application, size of application becomes 1.5 GB, whereas, with the QVD created in scenario 1 application size is 500 MB.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Question:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Both the QVDS are having same no of fields and data, then why there is much difference?&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Sep 2017 13:02:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Same-data-but-QVD-size-increased-when-pulled-from-source/m-p/1397192#M424003</guid>
      <dc:creator>Kushal_Chawda</dc:creator>
      <dc:date>2017-09-22T13:02:31Z</dc:date>
    </item>
    <item>
      <title>Re: Same data but QVD size increased when pulled from source</title>
      <link>https://community.qlik.com/t5/QlikView/Same-data-but-QVD-size-increased-when-pulled-from-source/m-p/1397193#M424004</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I assume that the reasons will be in different formattings and/or different field-values. For example if a date-field is really a date and not a timestamp it will be a huge difference in RAM/Storage consumptions. The same is with the format - a pure numeric value has always 8 Byte, a dual-value by a timestamp could have more than 40 Bytes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Further you will need to check if the numeric fields are really numeric and not string-values and some databases fill values with any kind of chars to a certain lenght.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Sep 2017 14:23:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Same-data-but-QVD-size-increased-when-pulled-from-source/m-p/1397193#M424004</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2017-09-22T14:23:49Z</dc:date>
    </item>
    <item>
      <title>Re: Same data but QVD size increased when pulled from source</title>
      <link>https://community.qlik.com/t5/QlikView/Same-data-but-QVD-size-increased-when-pulled-from-source/m-p/1794982#M1211097</link>
      <description>&lt;P&gt;check the value you have set to the qlik environment variable allowdatalineage must be set to -1&lt;/P&gt;</description>
      <pubDate>Sat, 27 Mar 2021 01:33:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Same-data-but-QVD-size-increased-when-pulled-from-source/m-p/1794982#M1211097</guid>
      <dc:creator>hectorgarcia</dc:creator>
      <dc:date>2021-03-27T01:33:55Z</dc:date>
    </item>
    <item>
      <title>Re: Same data but QVD size increased when pulled from source</title>
      <link>https://community.qlik.com/t5/QlikView/Same-data-but-QVD-size-increased-when-pulled-from-source/m-p/1794986#M1211100</link>
      <description>&lt;P&gt;If you are using cross table that will increase your size.&lt;/P&gt;&lt;P&gt;Else try &lt;EM&gt;date(datefield,'DD-MM-YYYY')&lt;/EM&gt; format date during transformation in qlikview. This will give result.&lt;/P&gt;</description>
      <pubDate>Sat, 27 Mar 2021 03:52:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Same-data-but-QVD-size-increased-when-pulled-from-source/m-p/1794986#M1211100</guid>
      <dc:creator>askarkhan</dc:creator>
      <dc:date>2021-03-27T03:52:05Z</dc:date>
    </item>
  </channel>
</rss>

