tags:

views:

44

answers:

1

currently i have a project using solr,now i want to add some feature,so i'm thinking is need add mysql to my project solution, as i use a vps,so i must consider memory & cpu consume? so my question is dose mysql cost memory & cpu to much ? also i was thinking is solr can provide the same function,then i can reduce dependence software used in my project

A: 

The memory consumption of MySQL depends completely on your configuration. Giving MySQL more memory means faster queries because MySQL can cache more data in RAM. CPU use depends on what you want to do.

Christian