<?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: binary load vs load from qvd in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/binary-load-vs-load-from-qvd/m-p/682830#M247565</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Binary Load:&lt;/P&gt;&lt;P&gt;you can only use one binary load. that means you can load from one qvw at once.&lt;/P&gt;&lt;P&gt;you can load a complete data model along with data into your qvw using binary load&lt;/P&gt;&lt;P&gt;you have an option to prohibit it while using Section Access&lt;/P&gt;&lt;P&gt;binary load QVWs are useful for Data model or Data mart. Many Visualization Dashboards can be created based on one QVW Data model which can be binary loaded into multple qvws&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;QVD:&lt;/P&gt;&lt;P&gt;QVD holds just one table's data.&lt;/P&gt;&lt;P&gt;you can load from multiple QVDs.&lt;/P&gt;&lt;P&gt;QVDs are useful for staging data stores&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 24 Sep 2014 13:06:13 GMT</pubDate>
    <dc:creator>sudeepkm</dc:creator>
    <dc:date>2014-09-24T13:06:13Z</dc:date>
    <item>
      <title>binary load vs load from qvd</title>
      <link>https://community.qlik.com/t5/QlikView/binary-load-vs-load-from-qvd/m-p/682828#M247563</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi everybody&lt;/P&gt;&lt;P&gt;I have a flat table stored in a qvw application , and the same table stored into a QVD file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now i have to read this table from a new application, Which is the better ( or faster ), between &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Binary TableName.qvw&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;load * from TableName.qvd&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The table has 3 millions of record, in my performance test they seem quite similar.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thank you very much&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Sep 2014 12:47:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/binary-load-vs-load-from-qvd/m-p/682828#M247563</guid>
      <dc:creator />
      <dc:date>2014-09-24T12:47:44Z</dc:date>
    </item>
    <item>
      <title>Re: binary load vs load from qvd</title>
      <link>https://community.qlik.com/t5/QlikView/binary-load-vs-load-from-qvd/m-p/682829#M247564</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;They would be quite similar in performance since they both basically do the same thing: load a binary dump of data in the format it will have in Qliks internal in-memory database (in ram memory). The difference is that a binary load will load all the data from a qvw file, but from one qvw file only, while a qvd file can contain only one table and you can load from as many qvd's as necessary.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Sep 2014 12:58:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/binary-load-vs-load-from-qvd/m-p/682829#M247564</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2014-09-24T12:58:23Z</dc:date>
    </item>
    <item>
      <title>Re: binary load vs load from qvd</title>
      <link>https://community.qlik.com/t5/QlikView/binary-load-vs-load-from-qvd/m-p/682830#M247565</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Binary Load:&lt;/P&gt;&lt;P&gt;you can only use one binary load. that means you can load from one qvw at once.&lt;/P&gt;&lt;P&gt;you can load a complete data model along with data into your qvw using binary load&lt;/P&gt;&lt;P&gt;you have an option to prohibit it while using Section Access&lt;/P&gt;&lt;P&gt;binary load QVWs are useful for Data model or Data mart. Many Visualization Dashboards can be created based on one QVW Data model which can be binary loaded into multple qvws&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;QVD:&lt;/P&gt;&lt;P&gt;QVD holds just one table's data.&lt;/P&gt;&lt;P&gt;you can load from multiple QVDs.&lt;/P&gt;&lt;P&gt;QVDs are useful for staging data stores&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Sep 2014 13:06:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/binary-load-vs-load-from-qvd/m-p/682830#M247565</guid>
      <dc:creator>sudeepkm</dc:creator>
      <dc:date>2014-09-24T13:06:13Z</dc:date>
    </item>
    <item>
      <title>Re: binary load vs load from qvd</title>
      <link>https://community.qlik.com/t5/QlikView/binary-load-vs-load-from-qvd/m-p/682831#M247566</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;OK guys,&amp;nbsp; thank you very much,&amp;nbsp; your answers are very&amp;nbsp; weel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Sep 2014 13:17:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/binary-load-vs-load-from-qvd/m-p/682831#M247566</guid>
      <dc:creator />
      <dc:date>2014-09-24T13:17:52Z</dc:date>
    </item>
  </channel>
</rss>

