MySQL Forums
Forum List  »  Performance

Re: Mysql-5.6 benchmark
Posted by: Øystein Grøvlen
Date: January 14, 2014 03:48AM

Hi Sunil,

Note that the thread pool will not give you higher maximum performance. Its purpose is to prevent the system from thrashing when the number of parallell connections are large. That is, it will cause the throughput to be close to maximum even with hundreds of connection. If you look at the page you are referring to, the difference with and without thread pool, is that close to maximum throughput is achieved even with more than 128 concurrent database connections.

I hope this helps,

Øystein Grøvlen,
Senior Principal Software Engineer,
MySQL Group, Oracle,
Trondheim, Norway

Options: ReplyQuote


Subject
Views
Written By
Posted
1746
January 09, 2014 09:39AM
825
January 10, 2014 12:48PM
1222
January 11, 2014 04:26AM
921
January 12, 2014 11:02AM
Re: Mysql-5.6 benchmark
839
January 14, 2014 03:48AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.