In this blog, we’ll look at the MySQL 5.7 document store feature, and how it is implemented.
Document Store
MySQL 5.7.12 is a major new release, as it contains quite a number of new features:
- Document store and “MongoDB” like NoSQL interface to JSON storage
- Protocol X / X Plugin, which can be used for asynchronous queries (I will write about it as well)
- New MySQL shell
Peter already wrote the document store overview; in this post, I will look deeper into the document store implementation. In my next post, I will demonstrate how to use document store for Internet of Things (IoT) and event logging.
Older MySQL 5.7 …
[Read more]