I am talking about a computer cluster in which there are total 4 nodes and 8 hard drives of 600GB capacity but if database size goes above 1TB then how mysql database would be divided (stored) over multiple disks?
feedback
|
migrated from stackoverflow.com Jul 19 '11 at 4:23
This question came from our site for professional and enthusiast programmers.
|
You can grow beyond the capacity of a single disk using a RAID setup. From your description it is not clear whether you are already using RAID. You claim to already have more than 1 hard drive per server - are they only configured as a mirror (RAID-1)? | |||||
feedback
|
|
Read up on MySql Partitioning | |||
|
feedback
|