Is there any tools which is equivalent to pgpool-II (which is for PostgreSQL) for MySQL db?

Of particular importance for me is the feature - Load Balalce

Load Balance

If a database is replicated, executing a SELECT query on any server will return the same result. pgpool-II takes an advantage of the replication feature to reduce the load on each PostgreSQL server by distributing SELECT queries among multiple servers, improving system's overall throughput. At best, performance improves proportionally to the number of PostgreSQL servers. Load balance works best in a situation where there are a lot of users executing many queries at the same time.

link|improve this question

feedback

1 Answer

up vote 0 down vote accepted

http://forge.mysql.com/wiki/MySQL_Proxy

link|improve this answer
thanks this is what I was looking for. – Srikar Nov 17 '10 at 10:55
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.