HandlerSocket is a NoSQL plugin for MySQL, working as a daemon inside the mysqld process, to accept tcp connections, and execute requests from clients. HandlerSocket does not support SQL queries; instead it supports simple CRUD operations on tables.
We have some MySQL Proxy for routing requests among multiple MySQL instances, especially for read/write splitting with Master-Slave repliation. Could such kinds of proxy be also provided for HandlerSocket?
We have some MySQL Proxy for routing requests among multiple MySQL instances, especially for read/write splitting with Master-Slave repliation. Could such kinds of proxy be also provided for HandlerSocket?