<?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: QVX Load Performance in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/QVX-Load-Performance/m-p/304565#M1240280</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN class="comment-body"&gt;&lt;SPAN class="text"&gt;It is very slow if field type QVX_TEXT is used! And also a problem arise when you have mixed data types in one field. Therefor I've written a Java class QVXWriter which creates QVX files identical to the files created by QlikView's STORE command (which is using field type QVX_QV_DUAL, "for internal use").&lt;BR /&gt;&lt;BR /&gt;My test with 15.8M records and 21 fields (most numericals) and a size of 1.1 GB shows that this kind of QVX file loads approx. 3x faster than the CSV file although the file size of the QVX file is much bigger in this case because of the additional textual representation of numericals and dates.&lt;BR /&gt;&lt;BR /&gt;I would recommend to create QVX files with this Java class in UNIX based big data environments like Hadoop, Google BIG Table etc.:&lt;BR /&gt;&lt;BR /&gt;&lt;A _jive_internal="true" href="http://www.linkedin.com/redirect?url=http://community.qlik.com/docs/DOC-2796&amp;amp;urlhash=Bs2U&amp;amp;_t=tracking_disc" rel="nofollow" target="blank"&gt;http://community.qlik.com/docs/DOC-2796&lt;/A&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Ralf&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 17 Feb 2012 08:22:56 GMT</pubDate>
    <dc:creator>rbecher</dc:creator>
    <dc:date>2012-02-17T08:22:56Z</dc:date>
    <item>
      <title>QVX Load Performance</title>
      <link>https://community.qlik.com/t5/QlikView/QVX-Load-Performance/m-p/304563#M1240276</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;I have build a generic CSV to QVX converter in Java. This runs very well. To keep it simple I'm using the following settings for each field:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;QvxFieldType.QVX_TEXT&lt;/P&gt;&lt;P&gt;QvxFieldExtent.QVX_ZERO_TERMINATED&lt;/P&gt;&lt;P&gt;QvxNullRepresentation.QVX_NULL_ZERO_LENGTH&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But then I made some tests on the QlikView site. The load of the QVX file takes around 30% longer than of the original CSV file (15.8M rows by 21 cols; size is 1.1GB). &lt;SPAN class="short_text" id="result_box" lang="en"&gt;&lt;SPAN class="hps"&gt;I&lt;/SPAN&gt; also &lt;SPAN class="hps"&gt;noticed&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;that&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;the QVX load&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;required&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;less&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;CPU&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;utilization &lt;/SPAN&gt;&lt;SPAN&gt;than during the CSV load. Maybe the QVX load is single threaded?&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I wonder if the QVX load perfomance is dependend from the data types (QvxFieldType). Most of the values in my test file are integer and got converted during the QlikView load into numericals. So, maybe this performance issue is not happen when most of the values are strings..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Has somebody similar or different experiences to share?&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, 26 Jan 2026 16:26:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QVX-Load-Performance/m-p/304563#M1240276</guid>
      <dc:creator>rbecher</dc:creator>
      <dc:date>2026-01-26T16:26:21Z</dc:date>
    </item>
    <item>
      <title>Re: QVX Load Performance</title>
      <link>https://community.qlik.com/t5/QlikView/QVX-Load-Performance/m-p/304564#M1240278</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Some more details on this. It seems that this performance issue only occurs in QV11, in QV10 the loading time is nearly equal:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My testing measures:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;QV11&lt;/P&gt;&lt;P&gt;CSV Load: 210 sec =&amp;gt; 80%&lt;/P&gt;&lt;P&gt;QVX Load: 262 sec&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;QV10&lt;/P&gt;&lt;P&gt;CSV Load: 195 sec&lt;/P&gt;&lt;P&gt;QVX Load: 188 sec =&amp;gt; 96%&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I also want to mention that there are a lot of NULL values loaded from the QVX file which are empty strings if loaded from CSV. I would expect that this should be much faster..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Ralf&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Jan 2012 10:01:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QVX-Load-Performance/m-p/304564#M1240278</guid>
      <dc:creator>rbecher</dc:creator>
      <dc:date>2012-01-26T10:01:18Z</dc:date>
    </item>
    <item>
      <title>Re: QVX Load Performance</title>
      <link>https://community.qlik.com/t5/QlikView/QVX-Load-Performance/m-p/304565#M1240280</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN class="comment-body"&gt;&lt;SPAN class="text"&gt;It is very slow if field type QVX_TEXT is used! And also a problem arise when you have mixed data types in one field. Therefor I've written a Java class QVXWriter which creates QVX files identical to the files created by QlikView's STORE command (which is using field type QVX_QV_DUAL, "for internal use").&lt;BR /&gt;&lt;BR /&gt;My test with 15.8M records and 21 fields (most numericals) and a size of 1.1 GB shows that this kind of QVX file loads approx. 3x faster than the CSV file although the file size of the QVX file is much bigger in this case because of the additional textual representation of numericals and dates.&lt;BR /&gt;&lt;BR /&gt;I would recommend to create QVX files with this Java class in UNIX based big data environments like Hadoop, Google BIG Table etc.:&lt;BR /&gt;&lt;BR /&gt;&lt;A _jive_internal="true" href="http://www.linkedin.com/redirect?url=http://community.qlik.com/docs/DOC-2796&amp;amp;urlhash=Bs2U&amp;amp;_t=tracking_disc" rel="nofollow" target="blank"&gt;http://community.qlik.com/docs/DOC-2796&lt;/A&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Ralf&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Feb 2012 08:22:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QVX-Load-Performance/m-p/304565#M1240280</guid>
      <dc:creator>rbecher</dc:creator>
      <dc:date>2012-02-17T08:22:56Z</dc:date>
    </item>
  </channel>
</rss>

