top | item 29852399

(no title)

lepetitchef | 4 years ago

Fun improvement from my project a long time ago, uuid has 36 char and to save space, we created a shorten version by removing all the dash character in uuid. The result is 4 char could be removed, the field in MySQL table only needs 32 char.

discuss

order

isoprophlex|4 years ago

The point is, a uuid contains 128 bits of data, so a varchar(32) is still somewhat excessive

Too|4 years ago

Why varchar over char? The length is always the same.