This does not sound like a MySQL problem, but more likely a poor indexes
problem.  PostgreSQL does scale bigger than MySQL (more users) but you are
probably nowhere near that limit.  When you have more than 25 concurrent
users (remember that the web server is probably only one or 2 unless it is
really getting slammed) then start thinking about switching.

______________________________________________________________________________

                          Your mouse has moved.
       You must restart Windows for your changes to take effect.

#!/usr/bin/perl
print $i=pack(c5,(41*2),sqrt(7056),(unpack(c,H)-2),oct(115),10);



-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to