DeNA / HandlerSocket-Plugin-for-MySQL

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.
Other
1.14k stars 151 forks source link

Support routing requests for HandlerSocket #65

Open yingfeng opened 13 years ago

yingfeng commented 13 years ago

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?

ahiguti commented 13 years ago

FYI, Spider for MySQL (https://launchpad.net/spiderformysql) bundles its own version of HandlerSocket.