Y
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
dbbk
986 days ago
What validation? "Postgres doesn’t care what you store in it as long as it has the correct length."
link
gabereiser
986 days ago
I mean, if(len(O) == 32) technically is a validation but you’re right, by default it just fits for size.
link