Can a MySQL DB completely run in memory?
I'm looking at buying 2 servers and splitting up DB/Web functionalities.
One thing I would like to know is whether it's possible to completely run all a DB's tables in ram and then maybe dump the data onto disk every hour or so.
Assuming there is any performance benefit to such a setup.
Thanks
raid 10 definitely for mysql.. on web end don't think it matters much i'd go raid 10 if i had the $$$ on budget but need some redundancy raid 5
RAID 10 is better than RAID 5, also.
I just can't seem to find a definitive answer as to whether MySQL makes good use of multiple cores.
Running 5.0
Apparently, it can use multiple cores :).
RAID 10 is better than RAID 5, also.
For a 2 server setup like stefaandk asked about, wouldn't people recommend RAID 5 for the webserver & RAID 10 for the mySQL server?
#If you have any other info about this subject , Please add it free.# |