How short can a GUID be?
问题 I know the standard GUIDs. Can they be made shorter? What is the theory behind it? 回答1: Greg Dean's answer is correct but in order to understand how a GUID is generated and why it ought not to be shortened I would highly suggest you read the article below. The Old New Thing : GUIDs are globally unique, but substrings of GUIDs aren't: A customer needed to generate an 8-byte unique value, and their initial idea was to generate a GUID and throw away the second half, keeping the first eight bytes