The Problem With Using a UUID Primary Key In MySQL
- Brian Morrison tl;dr: “UUIDs especially useful in a distributed architecture, where you have a number of systems and databases responsible for creating records. You might think that using UUIDs as a primary key in a database is a great idea, but when used incorrectly, they can drastically hurt database performance. In this article, you'll learn about the downsides of using UUIDs as a primary key in your MySQL database.”featured in #502
featured in #310
What Is The Sorting Algorithm Behind ORDER BY Query In MySQL?
- Pankaj Tanwar tl;dr: mySQL's sorting algorithm depends on available indexes, expected size of result & mySQL version, and has two methods to produce sorted / ordered streams of data - a smart use of indexes and the Fiilesort algorithm. Pankaj discusses both.featured in #239
Amazon Aurora - New Cost-Effective MySQL-Compatible Database Engine for Amazon RDS
- Jeff Barrfeatured in #6.2