<?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 Indexing on Qlik load in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Indexing-on-Qlik-load/m-p/2517201#M105894</link>
    <description>&lt;P&gt;I have an app that pulls millions of records from database and indexing takes around 15 minutes after data fetch .The question I have is does DB/tables involved while indexing. I am good with taking some more time on Qlik but trying to reduce the dependency on the database.&lt;/P&gt;</description>
    <pubDate>Thu, 08 May 2025 21:31:58 GMT</pubDate>
    <dc:creator>jjustingkm</dc:creator>
    <dc:date>2025-05-08T21:31:58Z</dc:date>
    <item>
      <title>Indexing on Qlik load</title>
      <link>https://community.qlik.com/t5/App-Development/Indexing-on-Qlik-load/m-p/2517201#M105894</link>
      <description>&lt;P&gt;I have an app that pulls millions of records from database and indexing takes around 15 minutes after data fetch .The question I have is does DB/tables involved while indexing. I am good with taking some more time on Qlik but trying to reduce the dependency on the database.&lt;/P&gt;</description>
      <pubDate>Thu, 08 May 2025 21:31:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Indexing-on-Qlik-load/m-p/2517201#M105894</guid>
      <dc:creator>jjustingkm</dc:creator>
      <dc:date>2025-05-08T21:31:58Z</dc:date>
    </item>
    <item>
      <title>Re: Indexing on Qlik load</title>
      <link>https://community.qlik.com/t5/App-Development/Indexing-on-Qlik-load/m-p/2517203#M105896</link>
      <description>&lt;P&gt;The indexing done by the Qlik Script does not use the DB. It is done at the end of the script and operates only within Qlik on the loaded data. The search index is created to make searches faster when making searches in the UI.&amp;nbsp;&lt;/P&gt;&lt;P&gt;You can control what fields get indexed by the script by adding script &lt;A href="https://help.qlik.com/en-US/cloud-services/Subsystems/Hub/Content/Sense_Hub/Scripting/ScriptRegularStatements/Search.htm" target="_blank" rel="noopener"&gt;Search Include/Exclude&lt;/A&gt; statements to the end of your script.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Adding Search Exclude statement(s) can make your reload complete faster. It's useful to exclude fields that will not be searched, like table keys. Or in a QVD generator app that has no UI. If a field is excluded and is subsequently searched in the app, it will be indexed on first use.&lt;/P&gt;&lt;P&gt;If you want to release DB resources as soon as possible consider adding script &lt;A href="https://help.qlik.com/en-US/cloud-services/Subsystems/Hub/Content/Sense_Hub/Scripting/ScriptRegularStatements/Disconnect.htm" target="_blank" rel="noopener"&gt;Disconnect&lt;/A&gt; statement after your SQL.&amp;nbsp;&lt;/P&gt;&lt;P&gt;-Rob&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 08 May 2025 23:20:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Indexing-on-Qlik-load/m-p/2517203#M105896</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2025-05-08T23:20:37Z</dc:date>
    </item>
    <item>
      <title>Re: Indexing on Qlik load</title>
      <link>https://community.qlik.com/t5/App-Development/Indexing-on-Qlik-load/m-p/2517348#M105908</link>
      <description>&lt;P&gt;Thank you Rob. We are trying to reduce the load time on the database. So the indexing will have an impact on the database.&lt;/P&gt;&lt;P&gt;What difference the disconnect statement will make, does it mean while indexing also the dbs are not released?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 09 May 2025 17:44:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Indexing-on-Qlik-load/m-p/2517348#M105908</guid>
      <dc:creator>jjustingkm</dc:creator>
      <dc:date>2025-05-09T17:44:51Z</dc:date>
    </item>
    <item>
      <title>Re: Indexing on Qlik load</title>
      <link>https://community.qlik.com/t5/App-Development/Indexing-on-Qlik-load/m-p/2517423#M105916</link>
      <description>&lt;P&gt;The Disconnect statement will tell the DB to release the connection and return it to the DB connection pool. So if you issue a Disconnect before the end of the script you are telling the DB you are no longer using the connection and it is available for reuse. If you are concerned about DB resources, using Disconnect as soon as the connection is no longer needed is a good idea, as opposed to waiting for the automatic disconnect that happens at script end (or when a subsequent Connect statement is issued)&lt;/P&gt;&lt;P&gt;I don't know if&amp;nbsp; the "script end" automatic disconnect happens before or after indexing.&lt;/P&gt;&lt;P&gt;-Rob&lt;/P&gt;</description>
      <pubDate>Sun, 11 May 2025 05:53:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Indexing-on-Qlik-load/m-p/2517423#M105916</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2025-05-11T05:53:46Z</dc:date>
    </item>
  </channel>
</rss>

