Hello, MySQL 5.0 Cluster is an in-memory database. Meaning that the entire database (tables, indexes, etc.) must fit in RAM along with your other OS and application processes.
In 5.1, we have introduced disk-based data support. Note, that although data can now be stored on disk, indexes must still reside in memory. Might be worth checking out, however 55 GB is def. on the large size for a MySQL Cluster configuration. Jimmy Guerrero, Senior Product Manager MySQL Inc, www.mysql.com > -----Original Message----- > From: Mohammed Abdul Azeem [mailto:[EMAIL PROTECTED] > Sent: Monday, March 20, 2006 9:33 PM > To: mysql@lists.mysql.com > Subject: ~Mysql cluster info~ > > > Hi, > > Iam new to clustering in mysql. I went through the reference > manual 5.0 and found that the RAM memory requirements for > implementing a cluster is almost twice the size of the database. > > My problem is i have a database which is 55GB. So does it > mean that i need to have 110 GB RAM memory ? Can anyone let > me know whether it is possible for me to configure a cluster > for such a huge database. If yes, how am i suppose to proceed > ( regarding memory requirements ). > > Thanks in advance, > Abdul. > > ________________________________________ > This email has been Scanned for Viruses! > www.newbreak.com > > ======================================== > > -- > MySQL General Mailing List > For list archives: http://lists.mysql.com/mysql > To unsubscribe: > http://lists.mysql.com/[EMAIL PROTECTED] > > -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED]