MySQL and Merge Tables

tl;dr

If you use MySQL as prescribed, everything should be OK. Failing that, you can learn some interesting things about how MySQL works.

Background

MySQL’s MERGE storage engine is a neat way to address a specific type of problem. With the MyISAM storage engine, you lose INSERT … continue reading →


Older posts are available in the archive.