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

Popular posts from this blog

javascript - Jquery show_hide, what to add in order to make the page scroll to the bottom of the hidden field once button is clicked -

javascript - Highcharts multi-color line -

javascript - Enter key does not work in search box -