-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
Sebastian Mendel schrieb:
Marc Delisle schrieb:
Sebastian Mendel a écrit :
Hi,
can you please test the server_databases.php?
Interesting!
MySQL 5.0.18, $cfg['NaturalOrder'] set to false.
On the "big" server, nothing appears, mysqld is eating 98% of CPU.
What is "big"? Nothing appears? White page? But is it now more worse than before on this Server?
Of course to test this you should call ONLY server_databases.php (without the frames)
mhm, seems MySQL has more trouble sorting this than php doing natural ...
with $cfg['NaturalOrder'] off
mysql will return only need rows and sorted
so this saves traffic between web and db server
this will improve traffic, expecially if you administer an remote db server
with $cfg['NaturalOrder'] on
php seems to be faster sorting the result
seems to be the best if web and db is on the same server
the question is how this 'scales' with more db's ...
i tested only with 4000 empty db's
- -- Sebastian Mendel
www.sebastianmendel.de