<?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: Autonumber is consuming  a  large time to reload in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Autonumber-is-consuming-a-large-time-to-reload/m-p/1756647#M58359</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/1078"&gt;@kishorj1982&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You can use autonumber sentence at the end of you load script.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Just erase autonumber function call on each load/keyfield&lt;/P&gt;&lt;P&gt;Call always key fields with same pattern, in example [%kMyExampleKeyField]&lt;/P&gt;&lt;P&gt;At the end of load script add next statement:&lt;/P&gt;&lt;P&gt;Autonumber [%k*];&lt;/P&gt;&lt;P&gt;It's Pretty faster and easier to control&lt;/P&gt;&lt;P&gt;Hope it helps&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;</description>
    <pubDate>Wed, 28 Oct 2020 12:49:19 GMT</pubDate>
    <dc:creator>forte</dc:creator>
    <dc:date>2020-10-28T12:49:19Z</dc:date>
    <item>
      <title>Autonumber is consuming  a  large time to reload</title>
      <link>https://community.qlik.com/t5/App-Development/Autonumber-is-consuming-a-large-time-to-reload/m-p/1753957#M58122</link>
      <description>&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;I am mentioning the script part from the log file,&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;FONT color="#000000"&gt;2020-10-16 18:50:30 1732 LOAD DISTINCT [Date Key],&lt;/FONT&gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&lt;FONT color="#000000"&gt;2020-10-16 18:50:30 1733 AutoNumber ([COPA Document Date], '%Date') as [%Date],&lt;/FONT&gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&lt;FONT color="#000000"&gt;2020-10-16 18:50:30 1734 'Billing Document Date' as [%Date Selection] &lt;/FONT&gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&lt;FONT color="#000000"&gt;2020-10-16 18:50:30 1735 RESIDENT Data&lt;/FONT&gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&lt;FONT color="#000000"&gt;2020-10-16 18:50:30 1736 WHERE QVDsource = 'COPA Sales'&lt;/FONT&gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&lt;FONT color="#000000"&gt;2020-10-16 20:17:52 3 fields found: Date Key, %Date, %Date Selection,&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT face="impact,chicago"&gt;2020-10-16 20:45:20 1894 LOAD DISTINCT [Date Key] as [Date Key Temp3],&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="impact,chicago"&gt;2020-10-16 20:45:20 1895 AutoNumber ([Sales Document Item Key], 'Date Key') as [Date Key]&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="impact,chicago"&gt;2020-10-16 20:45:20 1896 RESIDENT Data&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="impact,chicago"&gt;2020-10-16 20:45:20 1897 WHERE QVDsource = 'COPA Sales'&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="impact,chicago"&gt;2020-10-16 21:57:02 2 fields found: Date Key Temp3, Date Key, &lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="impact,chicago"&gt;2020-10-16 21:57:02 15,498 lines fetched&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;It seems that the autonumner is consuming a large time to reload. If I can use autonumberhash256 there is no such impact.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Could you please suggest on this.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 20 Dec 2021 21:08:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Autonumber-is-consuming-a-large-time-to-reload/m-p/1753957#M58122</guid>
      <dc:creator>kishorj1982</dc:creator>
      <dc:date>2021-12-20T21:08:46Z</dc:date>
    </item>
    <item>
      <title>Re: Autonumber is consuming  a  large time to reload</title>
      <link>https://community.qlik.com/t5/App-Development/Autonumber-is-consuming-a-large-time-to-reload/m-p/1756647#M58359</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/1078"&gt;@kishorj1982&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You can use autonumber sentence at the end of you load script.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Just erase autonumber function call on each load/keyfield&lt;/P&gt;&lt;P&gt;Call always key fields with same pattern, in example [%kMyExampleKeyField]&lt;/P&gt;&lt;P&gt;At the end of load script add next statement:&lt;/P&gt;&lt;P&gt;Autonumber [%k*];&lt;/P&gt;&lt;P&gt;It's Pretty faster and easier to control&lt;/P&gt;&lt;P&gt;Hope it helps&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;</description>
      <pubDate>Wed, 28 Oct 2020 12:49:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Autonumber-is-consuming-a-large-time-to-reload/m-p/1756647#M58359</guid>
      <dc:creator>forte</dc:creator>
      <dc:date>2020-10-28T12:49:19Z</dc:date>
    </item>
    <item>
      <title>Re: Autonumber is consuming  a  large time to reload</title>
      <link>https://community.qlik.com/t5/App-Development/Autonumber-is-consuming-a-large-time-to-reload/m-p/1756771#M58368</link>
      <description>&lt;P&gt;Can you please share an example for the same? sorry, but I am unable to understand.&lt;/P&gt;</description>
      <pubDate>Wed, 28 Oct 2020 16:35:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Autonumber-is-consuming-a-large-time-to-reload/m-p/1756771#M58368</guid>
      <dc:creator>kishorj1982</dc:creator>
      <dc:date>2020-10-28T16:35:54Z</dc:date>
    </item>
    <item>
      <title>Re: Autonumber is consuming  a  large time to reload</title>
      <link>https://community.qlik.com/t5/App-Development/Autonumber-is-consuming-a-large-time-to-reload/m-p/2411253#M94636</link>
      <description>&lt;P&gt;Old thread but what Kishore was saying is that at the end of your script you can autonumber across tables all at once (every palce a field exists) but using something like his example&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Autonumber [%k*];&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;what that line will do is apply the autonumber() to any field that starts with %k with * being the wild card.&amp;nbsp; It will do it for fields of the same name as their index.&amp;nbsp; For instance, you have 1 fact with %k fields of %k_date %key_your_massive_ concatenated_key_field&amp;nbsp; &amp;nbsp; it will take each field and execute the autonumber on that field in all tables it exists then move to the next field and autonumber it .&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 25 Jan 2024 22:09:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Autonumber-is-consuming-a-large-time-to-reload/m-p/2411253#M94636</guid>
      <dc:creator>NickD2</dc:creator>
      <dc:date>2024-01-25T22:09:44Z</dc:date>
    </item>
  </channel>
</rss>

