February 2018
Intermediate to advanced
510 pages
16h 10m
English
storage engine architecture in MySQL 5.1 and all the later versions and MySQL 8 have taken advantage of the flexible storage engine architecture.
The storage engine pluggable architecture provides the capability to create and add new storage engines without recompilation of the server, adding directly to a running MySQL server. The architecture makes it very easy to develop and deploy new storage engines to MySQL 8.
We will develop a new storage engine by using the pluggable feature of the MySQL storage engine architecture in the upcoming Creating a custom storage engine section.
Read now
Unlock full access