|
|
|
|
|
by CooCooCaCha
869 days ago
|
|
I don’t understand what you’re getting at. This was a pre-existing Postgres db in production. I’m sure there’s a way to get it to work with integer ids but it would have been a pain. With UUID’s it was very simple to generate. |
|
> I’m sure there’s a way to get it to work with integer ids but it would have been a pain. With UUID’s it was very simple to generate.
IME, if something is easy with RDBMS in prod, it usually means you’re paying for it later. This is definitely the case with UUIDv4 PKs.