blog.kdgregory.com
Sunday, March 5, 2017
MySQL: The problem with synthetic primary keys
›
One of the standard practices in database design is to use a “synthetic” primary key — often an auto-increment integer — rather than a ...
Sunday, February 26, 2017
Warming up RDS Snapshots
›
I learned something last week: when you start an RDS database instance from a snapshot, the instance's volume isn't copied all ...
Saturday, February 11, 2017
MySQL: when NOT IN is not equal to NOT EXISTS
›
When you want to perform a difference operation between two tables, you have a choice: NOT EXISTS with a correlated subquery, or NOT I...
‹
›
Home
View web version