mysql - What's the best Database solution for millions of records? -
actually use mysql database contain tables on 15 000 000 records , noticed queries slow, it's normal :d, looking optimizing our services .
bear in mind have indexed needed fields, , use memcache add help, our server machine has following configuration :
model name : intel(r) xeon(r) cpu e5630 @ 2.53ghz
so question : there 1 in same case , what's best dbms case?
i glade receive suggestions .
thank you.
all best.
mysql can cope 15m records. if there's problem, it's not you're using wrong dbms.
if have indexed need index, check whether machine has enough ram in it. that's going more important cpu.
Comments
Post a Comment