Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
chriys1337
Creator III
Creator III

Benefit of using Autonumber() although key is already numeric?

Hi Qlik experts,

I am using a datamodel where all tables come from an SQL database and all keys are coming from there as numeric (with 6-8 digits).

Now my question is, would a additional autonumber() around all key fields bring any benefit in this scenario? Or would this end up with additional calculation / script time, but no performance benefit?

 

Thanks for your help!

 

chriys

Labels (1)
1 Solution

Accepted Solutions
rwunderlich
Partner Ambassador/MVP
Partner Ambassador/MVP

AutoNumbered values will be sequential integers.  Sequential integers do not require a symbol table to store the field values.  Therefore an autonumbered field will use less RAM.  

-Rob
http://masterssummit.com
http://qlikviewcookbook.com
http://www.easyqlik.com

View solution in original post

3 Replies
rwunderlich
Partner Ambassador/MVP
Partner Ambassador/MVP

AutoNumbered values will be sequential integers.  Sequential integers do not require a symbol table to store the field values.  Therefore an autonumbered field will use less RAM.  

-Rob
http://masterssummit.com
http://qlikviewcookbook.com
http://www.easyqlik.com

jonathandienst
Partner - Champion III
Partner - Champion III

Rob - I assume you mean: Sequential integers do NOT require a symbol table to store the field values. 

Logic will get you from a to b. Imagination will take you everywhere. - A Einstein
rwunderlich
Partner Ambassador/MVP
Partner Ambassador/MVP

Yes, thanks for the correction.  I updated the post. 

-Rob