Does Mendix Object GUID have checksum in lower bits?

0
Hi. This is a follow-up of https://community.mendix.com/link/questions/4441   We know that Mendix Object GUID consists of a 16-bit mendixsystem$entityidentifier.short_id and a 48-bit number which is taken from a pool reserved in advance and recorded in mendixsystem$entityidentifier.object_sequence   However, object_sequence is not a 48-bit number, but rather a 41-bit number and it's multiplied by 128. What are the remaining 7 bits? # Mendix Object GUID structure: # +----------------+-----------------------------------------+-------+ # | short_id | object_sequence | cksum?| # +----------------+-----------------------------------------+-------+ # of bits: 16 41 7  
asked
0 answers