Upgrading from MySQL 4.1 to 5.0 - What kind of performance changes (good or bad) can we expect?
Posted
by user367579
on Stack Overflow
See other posts from Stack Overflow
or by user367579
Published on 2010-06-15T18:29:28Z
Indexed on
2010/06/15
18:32 UTC
Read the original article
Hit count: 86
mysql
Currently have approximately 2000 simultaneouse connections. We average approximately 425 reads and writes per second. We have a read to write ration of 3:1. All of our tables are myisam. Can we expect better or worse performance when we go from mysql 4.1.22 to 5.0?
© Stack Overflow or respective owner