top | item 47065159

(no title)

ktpsns | 11 days ago

Quite offtopic, but: I found UUIDs being overused in many cases. People then abused them to store data, making them effectively "speaking IDs" or "multi column indices".

discuss

order

jmole|11 days ago

Unless it's a key that needs to be sortable (e.g. insertion order) or a metric/descriptor of some kind, I'm not sure why UUID would be overused or inappropriate for use.

efitz|11 days ago

Random UUIDs are not compressible. They are also frequently stored as 38-character strings.