A small post about how using UUIDs instead of auto-incrementing integers.
Benchmarking the performance of using various UUID types as the primary key on database tables instead of an auto-incrementing integer.
Learn how to use UUIDs in MySQL for your table IDs, rather than using auto_increment.
A lightning talk on UUIDs from the maintainer of the ramsey/UUID package library for PHP.