hybinet wrote:
You will see a remarkable improvement in performance if you have, for example, a 1.5GB database. The 2880 can keep the entire database in memory and give you blazing fast responses to whatever query you throw at it, whereas the 360 will need to read from disk all the time.
hybinet, could you propose a good test for me to run? i tested some intensive sql scripts and the 360 outperformed the 2880 by quite some margin.
my DB dump is only ~850MB. unfortunately, i can't reveal my scripts. i can tell you however that they involve a lot of updates, inserts, and table swapping.
I don't know about table swapping, but if your workload involves a lot of updates and inserts, then the benefits of more memory are going to be limited by the write performance to disk. Or maybe not, if the default mySQL settings favor speed over durability.