Forum Moderators: bakedjake
but now, i'm not using MS SQL, i'm using MySQL instead, which is installed in linux enviroment. Should i separate the database as well for security reason? thanks.
Any flavor of SQL is a resource hog by design - the more resources it can take up the better it runs. When SQL has to share those resources its performance capabilities are decreased significantly.
We deliver about 30 queries per second without any hiccups on a dual xeon which also runs the Apache server.
If you've got your DB and Web files on one server, do look at setting some off-server backup.