Implementing (simple) MySQL storage engine with libpmemobj

Implementing (simple) MySQL storage engine with libpmemobj

The focus of the pmemobj library, like the name suggests, is storing objects on a persistent medium. A different, but very common, approach of doing exactly the same is to use a database with a specialized interface to manipulate the collection of data. MySQL is one such database, it processes SQL …

Read More