6 ms·
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 a
by gabereiser 3y 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.
- dbbk 3y agoWhat validation? "Postgres doesn’t care what you store in it as long as it has the correct length."
- gabereiser 3y agoI mean, if(len(O) == 32) technically is a validation but you’re right, by default it just fits for size.