Y
Hacker News
new
|
ask
|
show
|
jobs
by
voganmother42
2401 days ago
Interesting, sounds (without more detail) like uuid datatype / uuid-ossp (which is available on rds)?
1 comments
edoceo
2401 days ago
ULID -
https://github.com/ulid/spec
it's like 48bits of control and 80 bits of power packed into 128bits of fun!!
link
koolba
2401 days ago
Why store it as text rather than raw bytes?
link
edoceo
2400 days ago
I wanted to ship in a few hours and didn't want to get into custom data-type. Maybe v2 ;)
link