Hacker News new | ask | show | jobs
by gabereiser 987 days ago
Stored in binary format, validation, more efficient due to non-cast, faster access due to non char*, being able to split the high-low, indexing and uniqueness at the byte level.
1 comments

What validation? "Postgres doesn’t care what you store in it as long as it has the correct length."
I mean, if(len(O) == 32) technically is a validation but you’re right, by default it just fits for size.