paralleldrive / cuid2

Next generation guids. Secure, collision-resistant ids optimized for horizontal scaling and performance.
MIT License
2.68k stars 54 forks source link

What is the best type of cuid in postgresql? #48

Closed l-7-l closed 1 year ago

l-7-l commented 1 year ago

text bytea uuid or something else?

ericelliott commented 1 year ago

char(24) should work.