开发者

Separating Reads & Writes to Mysql With out touching web server's configuration

I heard that there is a some type o开发者_StackOverflow社区f mysql load balancer that splits read and writes and sends each request to different mysql instance (master, slave). So we can use master slave configuration with out updating each web app server.

So each app server uses one ip and sends all request to same server. But that servers splits the request and sends to corresponding sql server

If there is a system like that what is it called?

Thanks


I think you're looking for the MySQL Proxy. Article describing its use:

http://jan.kneschke.de/2007/8/1/mysql-proxy-learns-r-w-splitting/

Software is available from the MySQL website, but it's not clear if the project is still alive or not:

http://dev.mysql.com/downloads/mysql-proxy/

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜