<?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 Reduce reload time in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Reduce-reload-time/m-p/2532664#M108123</link>
    <description>&lt;P&gt;&lt;SPAN&gt;How do I reduce app reload time when working with large data sets?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 06 Oct 2025 19:48:39 GMT</pubDate>
    <dc:creator>ArunaVeerappan</dc:creator>
    <dc:date>2025-10-06T19:48:39Z</dc:date>
    <item>
      <title>Reduce reload time</title>
      <link>https://community.qlik.com/t5/App-Development/Reduce-reload-time/m-p/2532664#M108123</link>
      <description>&lt;P&gt;&lt;SPAN&gt;How do I reduce app reload time when working with large data sets?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 06 Oct 2025 19:48:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Reduce-reload-time/m-p/2532664#M108123</guid>
      <dc:creator>ArunaVeerappan</dc:creator>
      <dc:date>2025-10-06T19:48:39Z</dc:date>
    </item>
    <item>
      <title>Re: Reduce reload time</title>
      <link>https://community.qlik.com/t5/App-Development/Reduce-reload-time/m-p/2532677#M108125</link>
      <description>&lt;P&gt;Try if you have not doing this yet:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;- Instead of reloading the entire dataset every time, load only new or changed records.&lt;/P&gt;&lt;P&gt;WHERE LastModifiedDate &amp;gt; $(vLastReloadDate)&lt;BR /&gt;Store vLastReloadDate in a variable or QVD&lt;/P&gt;&lt;P&gt;-Split logic into Extract → Transform → Load (ETL) layers&lt;/P&gt;&lt;P&gt;- Avoid nested transformations during reload&lt;/P&gt;&lt;P&gt;- Limit the number of fields during load:&lt;/P&gt;&lt;P&gt;qlik&lt;BR /&gt;LOAD ID, Name, Date FROM ...;&lt;BR /&gt;Drop unused fields immediately&lt;/P&gt;&lt;P&gt;- Avoid LOAD * unless absolutely necessary&lt;/P&gt;&lt;P&gt;- Use WHERE Clauses and Filters&lt;BR /&gt;Filter data at the source:&lt;/P&gt;&lt;P&gt;SQL SELECT * FROM Orders WHERE OrderDate &amp;gt;= '2023-01-01';&lt;BR /&gt;Reduces volume before it hits Qlik&lt;/P&gt;&lt;P&gt;- Avoids unnecessary memory usage&lt;/P&gt;&lt;P&gt;- Optimize Joins and Keys&lt;BR /&gt;Use numeric keys for joins (faster than strings)&lt;/P&gt;</description>
      <pubDate>Tue, 07 Oct 2025 02:19:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Reduce-reload-time/m-p/2532677#M108125</guid>
      <dc:creator>robert_mika</dc:creator>
      <dc:date>2025-10-07T02:19:24Z</dc:date>
    </item>
    <item>
      <title>Re: Reduce reload time</title>
      <link>https://community.qlik.com/t5/App-Development/Reduce-reload-time/m-p/2532683#M108127</link>
      <description>&lt;P&gt;In addition to &lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/44146"&gt;@robert_mika&lt;/a&gt;&amp;nbsp;'s list, I would also mention the speed differences between fetching data from qvd files in an optimised or a non-optimised load.&lt;/P&gt;&lt;P&gt;I think Bitmetric with&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/7403"&gt;@barryharmsen&lt;/a&gt;&amp;nbsp; have a pretty good explanation of optimised load in this blog post from 2022. &lt;A href="https://www.bitmetric.nl/blog/qlik-optimized-load/" target="_blank"&gt;https://www.bitmetric.nl/blog/qlik-optimized-load/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 07 Oct 2025 04:56:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Reduce-reload-time/m-p/2532683#M108127</guid>
      <dc:creator>Vegar</dc:creator>
      <dc:date>2025-10-07T04:56:27Z</dc:date>
    </item>
  </channel>
</rss>

