<?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: Extensions slow performance with huge data set in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Extensions-slow-performance-with-huge-data-set/m-p/880054#M1233730</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No, I still haven't explored branch. Will try to see if I can get something similar there&amp;nbsp; .Thank you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 08 Apr 2015 23:08:57 GMT</pubDate>
    <dc:creator />
    <dc:date>2015-04-08T23:08:57Z</dc:date>
    <item>
      <title>Extensions slow performance with huge data set</title>
      <link>https://community.qlik.com/t5/QlikView/Extensions-slow-performance-with-huge-data-set/m-p/880050#M1233722</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I've created a tree view extension in qV11 but it takes lot of time to load the data and render while table view with the same data set works fast . Can somebody explain the data loading and filtering process for extensions and how is it different from table view ? How can we achieve faster data loading with extensions ?&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/Extensions-slow-performance-with-huge-data-set/m-p/880050#M1233722</guid>
      <dc:creator />
      <dc:date>2026-01-26T16:26:21Z</dc:date>
    </item>
    <item>
      <title>Re: Extensions slow performance with huge data set</title>
      <link>https://community.qlik.com/t5/QlikView/Extensions-slow-performance-with-huge-data-set/m-p/880051#M1233724</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;A significant difference is that for QV objects the data remains on the server, and only visible data is transferred to the client. In an extension, any data required by the extension is transferred to the client to act upon. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Apr 2015 22:20:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Extensions-slow-performance-with-huge-data-set/m-p/880051#M1233724</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2015-04-08T22:20:28Z</dc:date>
    </item>
    <item>
      <title>Re: Extensions slow performance with huge data set</title>
      <link>https://community.qlik.com/t5/QlikView/Extensions-slow-performance-with-huge-data-set/m-p/880052#M1233726</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Rob for your response.Do you have any suggestion to enhance the performance while working with extensions? Is there a way to have some pagination kind of stuffs which will load only part of the data at a time?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Apr 2015 22:29:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Extensions-slow-performance-with-huge-data-set/m-p/880052#M1233726</guid>
      <dc:creator />
      <dc:date>2015-04-08T22:29:41Z</dc:date>
    </item>
    <item>
      <title>Re: Extensions slow performance with huge data set</title>
      <link>https://community.qlik.com/t5/QlikView/Extensions-slow-performance-with-huge-data-set/m-p/880053#M1233728</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't have any specific advice in this area, although other may. Have you looked at qlik.branch.com for something similar to what you are doing&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Apr 2015 22:48:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Extensions-slow-performance-with-huge-data-set/m-p/880053#M1233728</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2015-04-08T22:48:33Z</dc:date>
    </item>
    <item>
      <title>Re: Extensions slow performance with huge data set</title>
      <link>https://community.qlik.com/t5/QlikView/Extensions-slow-performance-with-huge-data-set/m-p/880054#M1233730</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No, I still haven't explored branch. Will try to see if I can get something similar there&amp;nbsp; .Thank you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Apr 2015 23:08:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Extensions-slow-performance-with-huge-data-set/m-p/880054#M1233730</guid>
      <dc:creator />
      <dc:date>2015-04-08T23:08:57Z</dc:date>
    </item>
    <item>
      <title>Re: Extensions slow performance with huge data set</title>
      <link>https://community.qlik.com/t5/QlikView/Extensions-slow-performance-with-huge-data-set/m-p/880055#M1233731</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, in the definition.xml file (or via script) you set a PageHeight property.&lt;BR /&gt;This define how "high" or how many rows per page of data you receive. The higher the value the more rows the server has to send to the client.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Our standard table object for example will load data incrementally as you scroll through the data.&lt;BR /&gt;How a look at the documentation for the PageObject &lt;A href="http://qlikcommunity.s3.amazonaws.com/misc/symbols/Qv.Document.Object.Data.PageObject.html" title="http://qlikcommunity.s3.amazonaws.com/misc/symbols/Qv.Document.Object.Data.PageObject.html"&gt;JsDoc Reference - Qv.Document.Object.Data.PageObject&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Apr 2015 19:00:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Extensions-slow-performance-with-huge-data-set/m-p/880055#M1233731</guid>
      <dc:creator>Alexander_Thor</dc:creator>
      <dc:date>2015-04-09T19:00:18Z</dc:date>
    </item>
    <item>
      <title>Re: Extensions slow performance with huge data set</title>
      <link>https://community.qlik.com/t5/QlikView/Extensions-slow-performance-with-huge-data-set/m-p/880056#M1233732</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is a also a sample on how to achieve paging in the UI&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Apr 2015 19:02:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Extensions-slow-performance-with-huge-data-set/m-p/880056#M1233732</guid>
      <dc:creator>Alexander_Thor</dc:creator>
      <dc:date>2015-04-09T19:02:07Z</dc:date>
    </item>
    <item>
      <title>Re: Extensions slow performance with huge data set</title>
      <link>https://community.qlik.com/t5/QlikView/Extensions-slow-performance-with-huge-data-set/m-p/880057#M1233733</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Alexander..it should be really helpful .Will try this out . Actually I need to implement pagination for the D3 Collapsible tree view. Where, I want initially to show only 10 children for a particular node with a link which will display the other nodes in the size of 10 .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Kunal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Apr 2015 19:09:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Extensions-slow-performance-with-huge-data-set/m-p/880057#M1233733</guid>
      <dc:creator />
      <dc:date>2015-04-09T19:09:00Z</dc:date>
    </item>
    <item>
      <title>Re: Extensions slow performance with huge data set</title>
      <link>https://community.qlik.com/t5/QlikView/Extensions-slow-performance-with-huge-data-set/m-p/880058#M1233734</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hmm, that might be a bit harder as you can't really query a sub-set like that.&lt;BR /&gt;But if it's a fixed multiplier of 10 I guess you could match the initial page height with nodes X 10&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Apr 2015 19:11:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Extensions-slow-performance-with-huge-data-set/m-p/880058#M1233734</guid>
      <dc:creator>Alexander_Thor</dc:creator>
      <dc:date>2015-04-09T19:11:41Z</dc:date>
    </item>
    <item>
      <title>Re: Extensions slow performance with huge data set</title>
      <link>https://community.qlik.com/t5/QlikView/Extensions-slow-performance-with-huge-data-set/m-p/880059#M1233735</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, that's what I was also thinking.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Apr 2015 19:14:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Extensions-slow-performance-with-huge-data-set/m-p/880059#M1233735</guid>
      <dc:creator />
      <dc:date>2015-04-09T19:14:06Z</dc:date>
    </item>
  </channel>
</rss>

