F.A.Q.: General questions

  1. What does it mean - "eTraxis"?
  2. I can see that ID is composed for a prefix + 3 digits number. Is 999 the limit for the amount of records?

What does it mean - "eTraxis"?

"eTraxis" is acronym with initialism of "extensible tracking system".


I can see that ID is composed for a prefix + 3 digits number. Is 999 the limit for the amount of records?

No, record ID is regular 32 bits integer (or even 64 bits, depending on your platform), and can grow up to 2^31 (or 2^63 relatively). Three digits with leading zeros is only a decoration; when you reach 1000, the ID will be visually expanded. So, the rule of composing ID is to show "at least 3 digits", not "exact 3 ones".


Last update: 2009-10-25