Article Tag: Database

Choose your database identifiers wisely


Posted on 2025-08-10, by Racum. Tags: Database UUID Snowflake

When modeling your database, you’ll inevitably need to identify the rows in your tables. This means picking a column to be its primary key; sounds simple enough: maybe just pick an auto-increment or UUID and go with it, right? But this subject is actually way deeper, and I hope I can give you all the tools you need to make an informed decision in this article.