I have an innoDB database and I want to optimize the db. The ratio of inserts/updates and selects is 10/90 so what can I do to optimize that? I read something about the parameters of the storage engine but I don't know which parameters I should change and why. I also want to use data replication.
↧