Quote:
Originally posted by Dragon Curve
You should generally not be doing a *lot* of queries - and if you are, there's something wrong with your code. MySQL can handle a LOT of queries, but if you're doing so many that it can't handle it, look at your code, and work out how to reduce the number.
|
Im running a few stats counters through mysql db...so its a lot af access to the db...not because im using a lot of queries in my programs. I just have a lot of visitors :-)