<?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: Memory increases when formating a timestamp? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Memory-increases-when-formating-a-timestamp/m-p/636481#M233435</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Review this document...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://community.qlik.com/blogs/qlikviewdesignblog/2014/03/11/the-importance-of-being-distinct" title="http://community.qlik.com/blogs/qlikviewdesignblog/2014/03/11/the-importance-of-being-distinct"&gt;http://community.qlik.com/blogs/qlikviewdesignblog/2014/03/11/the-importance-of-being-distinct&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 02 Jun 2014 21:37:11 GMT</pubDate>
    <dc:creator>jolivares</dc:creator>
    <dc:date>2014-06-02T21:37:11Z</dc:date>
    <item>
      <title>Memory increases when formating a timestamp?</title>
      <link>https://community.qlik.com/t5/QlikView/Memory-increases-when-formating-a-timestamp/m-p/636480#M233434</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi.&lt;/P&gt;&lt;P&gt;We are formatting a timestamp field by the use of TimeStamp()-function - and for some reason this increases the size of the resulting QVD file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Why is that?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="text-decoration: underline;"&gt;Info:&lt;/STRONG&gt;&lt;BR /&gt;1. This is QV 11&lt;BR /&gt;2. When reading the timestamp field without formatting through the TimeStamp()-function the resulting QVD file takes up 40 MB, but using the TimeStamp()-function increases the resulting QVD file to 60 MB.&lt;BR /&gt;3. The number of distinct values is the same in both loads.&lt;BR /&gt;4. The field is in both cases a dual, i.e. a timestamp format with an underlying number&lt;BR /&gt;5. The .mem statistic for the qvw file doesn't show any difference or answers to the difference&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any explanation for the 50 % increase?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Jun 2014 21:08:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Memory-increases-when-formating-a-timestamp/m-p/636480#M233434</guid>
      <dc:creator />
      <dc:date>2014-06-02T21:08:47Z</dc:date>
    </item>
    <item>
      <title>Re: Memory increases when formating a timestamp?</title>
      <link>https://community.qlik.com/t5/QlikView/Memory-increases-when-formating-a-timestamp/m-p/636481#M233435</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Review this document...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://community.qlik.com/blogs/qlikviewdesignblog/2014/03/11/the-importance-of-being-distinct" title="http://community.qlik.com/blogs/qlikviewdesignblog/2014/03/11/the-importance-of-being-distinct"&gt;http://community.qlik.com/blogs/qlikviewdesignblog/2014/03/11/the-importance-of-being-distinct&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Jun 2014 21:37:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Memory-increases-when-formating-a-timestamp/m-p/636481#M233435</guid>
      <dc:creator>jolivares</dc:creator>
      <dc:date>2014-06-02T21:37:11Z</dc:date>
    </item>
    <item>
      <title>Re: Memory increases when formating a timestamp?</title>
      <link>https://community.qlik.com/t5/QlikView/Memory-increases-when-formating-a-timestamp/m-p/636482#M233436</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;the reason is that a formatted timestamp will take additional memory for the string representation in QVD file and RAM. So I suggest to stay with the default format (or change it to what format you need) and not to use TimeStamp() function.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Btw. this has nothing to do with the blog link in the answer above which talks about memory saving by splitting timestamps into date and time field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Ralf&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Jun 2014 21:42:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Memory-increases-when-formating-a-timestamp/m-p/636482#M233436</guid>
      <dc:creator>rbecher</dc:creator>
      <dc:date>2014-06-02T21:42:44Z</dc:date>
    </item>
    <item>
      <title>Re: Memory increases when formating a timestamp?</title>
      <link>https://community.qlik.com/t5/QlikView/Memory-increases-when-formating-a-timestamp/m-p/636483#M233437</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi RB.&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;I guess you are referring to the dual format left after using the TimeStamp() function.&lt;/P&gt;&lt;P&gt;Could you explain why it is that the first load (without formating), which is also representeted by a string (when put into a listbox) with an underlying number, is not a dual consuming the same number of MBs in the resulting qvd?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Jun 2014 21:56:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Memory-increases-when-formating-a-timestamp/m-p/636483#M233437</guid>
      <dc:creator />
      <dc:date>2014-06-02T21:56:38Z</dc:date>
    </item>
    <item>
      <title>Re: Memory increases when formating a timestamp?</title>
      <link>https://community.qlik.com/t5/QlikView/Memory-increases-when-formating-a-timestamp/m-p/636484#M233438</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Because it is not stored as dual in the QVD. It's dual on the UI level only, I guess.. You should see the difference if you take a binary look into the QVD file. If you find a readable timestamp (the text representation) it will consume more memory.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Ralf&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Jun 2014 22:27:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Memory-increases-when-formating-a-timestamp/m-p/636484#M233438</guid>
      <dc:creator>rbecher</dc:creator>
      <dc:date>2014-06-02T22:27:15Z</dc:date>
    </item>
    <item>
      <title>Re: Memory increases when formating a timestamp?</title>
      <link>https://community.qlik.com/t5/QlikView/Memory-increases-when-formating-a-timestamp/m-p/636485#M233439</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Btw. I was a bit wrong in the first place. You should use TimeStamp() function but without format parameter..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Jun 2014 22:41:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Memory-increases-when-formating-a-timestamp/m-p/636485#M233439</guid>
      <dc:creator>rbecher</dc:creator>
      <dc:date>2014-06-02T22:41:05Z</dc:date>
    </item>
    <item>
      <title>Re: Memory increases when formating a timestamp?</title>
      <link>https://community.qlik.com/t5/QlikView/Memory-increases-when-formating-a-timestamp/m-p/636486#M233440</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi again.&lt;/P&gt;&lt;P&gt;I will have a look into the qvd file. A little strange it is though.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Jun 2014 22:42:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Memory-increases-when-formating-a-timestamp/m-p/636486#M233440</guid>
      <dc:creator />
      <dc:date>2014-06-02T22:42:56Z</dc:date>
    </item>
    <item>
      <title>Re: Memory increases when formating a timestamp?</title>
      <link>https://community.qlik.com/t5/QlikView/Memory-increases-when-formating-a-timestamp/m-p/636487#M233441</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That I did - but with the MB consuming result.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Jun 2014 22:44:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Memory-increases-when-formating-a-timestamp/m-p/636487#M233441</guid>
      <dc:creator />
      <dc:date>2014-06-02T22:44:33Z</dc:date>
    </item>
    <item>
      <title>Re: Memory increases when formating a timestamp?</title>
      <link>https://community.qlik.com/t5/QlikView/Memory-increases-when-formating-a-timestamp/m-p/636488#M233442</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It's not strange but a kind of optimization..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Jun 2014 22:45:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Memory-increases-when-formating-a-timestamp/m-p/636488#M233442</guid>
      <dc:creator>rbecher</dc:creator>
      <dc:date>2014-06-02T22:45:35Z</dc:date>
    </item>
    <item>
      <title>Re: Memory increases when formating a timestamp?</title>
      <link>https://community.qlik.com/t5/QlikView/Memory-increases-when-formating-a-timestamp/m-p/636489#M233443</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Then my first guess was right.. &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/P&gt;&lt;P&gt;But in this case you need to format the field in all UI objects which could be an effort.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Jun 2014 22:54:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Memory-increases-when-formating-a-timestamp/m-p/636489#M233443</guid>
      <dc:creator>rbecher</dc:creator>
      <dc:date>2014-06-02T22:54:42Z</dc:date>
    </item>
  </channel>
</rss>

