Code Sample: Enable Your Application for Persistent Memory with MySQL...
…Code Example Overview MariaDB provides a pluggable architecture for storage engines. In our code example, we implement a pluggable persistent memory-enabled storage engine prototype for MariaDB. We show how to use…