<?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: Binary or not? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/QVD-Binary-or-not/m-p/1220392#M390307</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;I've always been lead to believe that QVD files were stored in binary format, making them more secure. I've recently been told that this in not actually the case but I've not seen any evidence to support this. Can anyone tell me definitively if this is true?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm aware that Qlikview stores field headers in XML format within the QVD but the data itself is still binary.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any clarification would be greatly appreciated. Thank you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 24 Jan 2017 00:21:27 GMT</pubDate>
    <dc:creator>ciaran_mcgowan</dc:creator>
    <dc:date>2017-01-24T00:21:27Z</dc:date>
    <item>
      <title>QVD: Binary or not?</title>
      <link>https://community.qlik.com/t5/QlikView/QVD-Binary-or-not/m-p/1220392#M390307</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;I've always been lead to believe that QVD files were stored in binary format, making them more secure. I've recently been told that this in not actually the case but I've not seen any evidence to support this. Can anyone tell me definitively if this is true?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm aware that Qlikview stores field headers in XML format within the QVD but the data itself is still binary.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any clarification would be greatly appreciated. Thank you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Jan 2017 00:21:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QVD-Binary-or-not/m-p/1220392#M390307</guid>
      <dc:creator>ciaran_mcgowan</dc:creator>
      <dc:date>2017-01-24T00:21:27Z</dc:date>
    </item>
    <item>
      <title>Re: QVD: Binary or not?</title>
      <link>https://community.qlik.com/t5/QlikView/QVD-Binary-or-not/m-p/1220393#M390308</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There is no security or compression in a QVD file and anyone who suggests that does not know what they are talking about. Any user with QV or QS can open and view any QVD file. And you dont need a server or a license for that. You can even download QVD file viewers off the web.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Basically a QVD comprises:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Metadata in XML, followed by&lt;/LI&gt;&lt;LI&gt;The symbol table for each field (a list of the distinct values for each field), followed by&lt;/LI&gt;&lt;LI&gt;The table body stored as bit stuffed pointers (using the bit count and offset stored in the metadata)&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is very efficient, but it is not compressed. The main advantage of QVD files is that they are an optimal storage form for QV/QS. The reload engine of these products can load the data from QVD files fatser than most other forms of storage, especially if the load is optimised.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For more, see&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://community.qlik.com/blogs/qlikviewdesignblog/2012/11/20/symbol-tables-and-bit-stuffed-pointers" title="https://community.qlik.com/blogs/qlikviewdesignblog/2012/11/20/symbol-tables-and-bit-stuffed-pointers"&gt;https://community.qlik.com/blogs/qlikviewdesignblog/2012/11/20/symbol-tables-and-bit-stuffed-pointers&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/docs/DOC-17226"&gt;Symbol Tables and Bit-Stuffed Pointers - a deeper look behind the scenes&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Jan 2017 05:16:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QVD-Binary-or-not/m-p/1220393#M390308</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2017-01-24T05:16:11Z</dc:date>
    </item>
    <item>
      <title>Re: QVD: Binary or not?</title>
      <link>https://community.qlik.com/t5/QlikView/QVD-Binary-or-not/m-p/1220394#M390309</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I mostly agree with you Jonathan. But in reality using a symbol table that is the term used by Qlik is the same as "Dictionary Compression" / "Library Compression" - so &lt;STRONG&gt;technically QVD files do use a very straight-forward and well-known compression technique&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://en.wikibooks.org/wiki/Data_Compression/Dictionary_compression#Dictionary_Compression" title="https://en.wikibooks.org/wiki/Data_Compression/Dictionary_compression#Dictionary_Compression"&gt;Data Compression/Dictionary compression - Wikibooks, open books for an open world&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Jan 2017 09:57:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QVD-Binary-or-not/m-p/1220394#M390309</guid>
      <dc:creator>petter</dc:creator>
      <dc:date>2017-01-24T09:57:47Z</dc:date>
    </item>
  </channel>
</rss>

