UUID or Auto-Increment: Choosing a Primary Key
Auto-increment integer or UUID for your primary key? It looks like a trivial choice made once and forgotten, but it quietly affects index performance, whether you leak your row counts, and how easily you can merge data across systems.







