Problem Given a table in a relational database, we want a way to generate the values we are going to use as primary keys on it. Using a sequential integer is a common solution for this. In this post we want to consider an alternative approach: random UUIDs as primary keys. Deciding between these twoContinue reading “Notes on using UUIDs as primary keys on databases”