Introduction
The MySQL pluggable storage engine architecture allows a database professional to select a
specialized storage engine for a particular application need. It shields a developer or DBA from
the need to manage any specific application coding requirements. The MySQL server
architecture encapsulates the application programmer and DBA from the low-level
implementation details at the storage level providing a consistent [...]