Blackhole Storage Engine in MySQL
As most people know, MySQL/MariaDB has a pluggable storage engine architecture. What this means is you can plug in a new storage engine and simply start using it. In fact, the two most common storage engines, InnoDB and MyISAM are also “plugged in” storage engines, and already come with MySQL. One oft-overlooked storage engine with [...]