Y
Hacker News
new
|
ask
|
show
|
jobs
by
ed0
4252 days ago
Yeah, but sometimes "saving some bits" is really important. It's also really inconvenient to work with UUIDS, like in writing SQL queries etc. The solution these guys came up with obviously works for them.
3 comments
wtbob
4252 days ago
> It's also really inconvenient to work with UUIDS, like in writing SQL queries etc.
http://www.postgresql.org/docs/8.3/static/datatype-uuid.html
makes it look pretty easy…
link
scardine
4252 days ago
Precisely the argument from Dilbert's Y2K episode:
http://www.tv.com/shows/dilbert/y2k-12015/
link
lmm
4252 days ago
How are these eager.io IDs any easier to work with in SQL queries etc.?
link
http://www.postgresql.org/docs/8.3/static/datatype-uuid.html makes it look pretty easy…