Link to home
Start Free TrialLog in
Avatar of higijj
higijj

asked on

mysql

I got a dual 800Mhz with 1gb of RAM

now.. it is up to 30 queries/sec avg .... up to how many queries can I go?!


those are mainly queries that add logs ..

and what would be the best way to spread the logs?
I mean.. should I only keep the today's log in one table.. and at each day, transfert yesterday's log into another table? cuz it logs about 200k things per day..

so when stats page loads.. it takes quite a while ;-(
Avatar of higijj
higijj

ASKER

anything more robust than MySQL that is free or almost free for unix?

progresql ?
ASKER CERTIFIED SOLUTION
Avatar of us111
us111
Flag of Luxembourg image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
us111 is right go to MySQL site Ull find a lot of Benchmarks there !!!
You are likely to find that the limit is really based upon the system it is running on.

Server speed, drive speed, caching, etc will limit the actually throughput.

The server may also be configured to restrict the throughput (bandwidth constriction) to stop flooding
of the server.

Regards,

Richard Quadling.