Question
UUID for Primary Key?
The fundamental question is:
Should I use UUID for primary keys in my database tables or should I just use the typical integer that is auto-incremented with every new row?
I'm trying to understand what the trade space is.
Thanks!
Should I use UUID for primary keys in my database tables or should I just use the typical integer that is auto-incremented with every new row?
I'm trying to understand what the trade space is.
Thanks!
