Hi,
I would like to know how many enumerations can be present in a kdb session ? Per the link below 20 - 76 can be enumeration types i.e. 57 enumerations . What happens when you have more than 57 enumerations in your session ? Any specific error is thrown ?
An error occurred during execution of the query.<o:p></o:p>
The server sent the response:<o:p></o:p>
elim<o:p></o:p>
Studio Hint: Possibly this error refers to more than 57 distinct enumerations<o:p></o:p>
<o:p> </o:p>
HTH,<o:p></o:p>
<o:p> </o:p>
Kim<o:p></o:p>
<o:p> </o:p>
Von: personal-kdbplus@googlegroups.com [mailto:personal-kdbplus@googlegroups.com] Im Auftrag von analyst
Gesendet: Sonntag, 19. Juli 2015 04:28
An: personal-kdbplus@googlegroups.com
Betreff: [personal kdb+] How many enumerations are present in a session ?<o:p></o:p>
<o:p> </o:p>
Hi,<o:p></o:p>
I would like to know how many enumerations can be present in a kdb session ? Per the link below 20 - 76 can be enumeration types i.e. 57 enumerations . What happens when you have more than 57 enumerations in your session ? Any specific error is thrown ?<o:p></o:p>
–
Submitted via Google Groups
Do you know enumerations are assigned type 20 - 76 in a round robin fashion ? Or is there an assignment scheme based on type of the values ? I think it gets confusing.
I don’t think there is any “round robin” in place. The type numbers are assigned sequentially until they run out. That’s when u get the 'elim error.
Z as, cu