<?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: Performance tuning: high unique number &amp;amp; remove a link table? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Performance-tuning-high-unique-number-amp-remove-a-link-table/m-p/1611719#M1247496</link>
    <description>&lt;P&gt;Hey Susan, here is a Design Blog post that could be somewhat helpful as well:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.qlik.com/t5/Qlik-Design-Blog/Concatenate-vs-Link-Table/ba-p/1467569" target="_blank"&gt;https://community.qlik.com/t5/Qlik-Design-Blog/Concatenate-vs-Link-Table/ba-p/1467569&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Might help explain the cost of the Link Table better etc. and maybe give you some other ideas, there are hundreds of posts on the Design Blog area too, so do not forget to poke around there too, there are likely other posts that might help too.&lt;/P&gt;
&lt;P&gt;Regards,&lt;BR /&gt;Brett&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 12 Aug 2019 18:01:06 GMT</pubDate>
    <dc:creator>Brett_Bleess</dc:creator>
    <dc:date>2019-08-12T18:01:06Z</dc:date>
    <item>
      <title>Performance tuning: high unique number &amp; remove a link table?</title>
      <link>https://community.qlik.com/t5/QlikView/Performance-tuning-high-unique-number-amp-remove-a-link-table/m-p/1603360#M1247482</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I'm trying to tune a slow app (171m rows), complicated data model and complex script.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Question 1: There are 2 fields with long ID numbers, they have high unique values. They are used in charts for count. Is autonumber() a good and safe way to go?&lt;/P&gt;&lt;P&gt;Question 2: A link table linking fact table and dimension table, using an id field which has high unique values. This link table is 2nd largest table because of the id field. Not sure how to remove the link table. Do you have any suggestion how to tune it?&lt;/P&gt;&lt;P&gt;BEst regards,&lt;/P&gt;&lt;P&gt;Susan&lt;/P&gt;</description>
      <pubDate>Mon, 26 Jan 2026 18:19:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Performance-tuning-high-unique-number-amp-remove-a-link-table/m-p/1603360#M1247482</guid>
      <dc:creator>Huiying</dc:creator>
      <dc:date>2026-01-26T18:19:17Z</dc:date>
    </item>
    <item>
      <title>Re: Performance tuning: high unique number &amp; remove a link table?</title>
      <link>https://community.qlik.com/t5/QlikView/Performance-tuning-high-unique-number-amp-remove-a-link-table/m-p/1603405#M1247484</link>
      <description>&lt;P&gt;Did you try Robs document analyzer?&lt;/P&gt;&lt;P&gt;regarding question 1 auto number should help but not sure how much without knowing more but its definitely worth a try.&lt;/P&gt;&lt;P&gt;question 2 is not easy to help without knowing more about the data model. can you share an example of the columns in the fact, link and dimension tables.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 17 Jul 2019 22:12:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Performance-tuning-high-unique-number-amp-remove-a-link-table/m-p/1603405#M1247484</guid>
      <dc:creator>dplr-rn</dc:creator>
      <dc:date>2019-07-17T22:12:34Z</dc:date>
    </item>
    <item>
      <title>Re: Performance tuning: high unique number &amp; remove a link table?</title>
      <link>https://community.qlik.com/t5/QlikView/Performance-tuning-high-unique-number-amp-remove-a-link-table/m-p/1603471#M1247488</link>
      <description>&lt;P&gt;Yes, i used DA as guidance for performance tuning.&lt;/P&gt;&lt;P&gt;We have 23 fields with over 1m unique value. I'm looking into each of them and trying to find a solution to reduce unique values.&amp;nbsp;For the mentioned 2 fields, they are both in fact table, and they are only used in count... not sure what kind information I should give, can you help by throwing some questions?&lt;/P&gt;&lt;P&gt;Our fact table is somehow complex and generated by centrally managed scripts, not sure whether we can modify it. The fact table is missing field 1 which is key field of table 1. Then the easiest way to link fact table and table 1 is to create a link table.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Say, there is rowId in Fact table. there is contactId in Contact table. Link table has 2 columns: rowId and contactId. But the problem is, rowId has 95.6m unique value. this link table is an expensive solution. Not very sure what is the result if we concatenate the Contact table to Fact table, but still rowId will be needed anyway...&lt;/P&gt;</description>
      <pubDate>Thu, 18 Jul 2019 06:17:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Performance-tuning-high-unique-number-amp-remove-a-link-table/m-p/1603471#M1247488</guid>
      <dc:creator>Huiying</dc:creator>
      <dc:date>2019-07-18T06:17:49Z</dc:date>
    </item>
    <item>
      <title>Re: Performance tuning: high unique number &amp; remove a link table?</title>
      <link>https://community.qlik.com/t5/QlikView/Performance-tuning-high-unique-number-amp-remove-a-link-table/m-p/1603587#M1247492</link>
      <description>&lt;P&gt;business said we have to keep the rowId. so now I have to balance which is better:&lt;/P&gt;&lt;P&gt;1. concatenate contactId to our huge monster fact table&lt;/P&gt;&lt;P&gt;or&amp;nbsp;&lt;/P&gt;&lt;P&gt;2. keep the Link table as it is. I guess this&amp;nbsp;means 2 table + 2 symbol table with 95.6m unique values in each of them?&lt;/P&gt;&lt;P&gt;Then maybe first solution is better?&lt;/P&gt;&lt;P&gt;How do you think?&lt;/P&gt;</description>
      <pubDate>Thu, 18 Jul 2019 10:01:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Performance-tuning-high-unique-number-amp-remove-a-link-table/m-p/1603587#M1247492</guid>
      <dc:creator>Huiying</dc:creator>
      <dc:date>2019-07-18T10:01:16Z</dc:date>
    </item>
    <item>
      <title>Re: Performance tuning: high unique number &amp; remove a link table?</title>
      <link>https://community.qlik.com/t5/QlikView/Performance-tuning-high-unique-number-amp-remove-a-link-table/m-p/1603661#M1247495</link>
      <description>&lt;P&gt;i would put the contactid in the main fact table. Will definitely help wrt speed because of the less number of hops&lt;/P&gt;</description>
      <pubDate>Thu, 18 Jul 2019 12:09:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Performance-tuning-high-unique-number-amp-remove-a-link-table/m-p/1603661#M1247495</guid>
      <dc:creator>dplr-rn</dc:creator>
      <dc:date>2019-07-18T12:09:18Z</dc:date>
    </item>
    <item>
      <title>Re: Performance tuning: high unique number &amp; remove a link table?</title>
      <link>https://community.qlik.com/t5/QlikView/Performance-tuning-high-unique-number-amp-remove-a-link-table/m-p/1611719#M1247496</link>
      <description>&lt;P&gt;Hey Susan, here is a Design Blog post that could be somewhat helpful as well:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.qlik.com/t5/Qlik-Design-Blog/Concatenate-vs-Link-Table/ba-p/1467569" target="_blank"&gt;https://community.qlik.com/t5/Qlik-Design-Blog/Concatenate-vs-Link-Table/ba-p/1467569&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Might help explain the cost of the Link Table better etc. and maybe give you some other ideas, there are hundreds of posts on the Design Blog area too, so do not forget to poke around there too, there are likely other posts that might help too.&lt;/P&gt;
&lt;P&gt;Regards,&lt;BR /&gt;Brett&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 12 Aug 2019 18:01:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Performance-tuning-high-unique-number-amp-remove-a-link-table/m-p/1611719#M1247496</guid>
      <dc:creator>Brett_Bleess</dc:creator>
      <dc:date>2019-08-12T18:01:06Z</dc:date>
    </item>
  </channel>
</rss>

