MySQL Forums
Forum List  »  NDB clusters

Re: Not RAM but hard drive...
Posted by: Jonathan Stephens
Date: February 23, 2005 03:41AM

Currently all "live" Cluster data is held in RAM. We will try to add disk capability in a future version.

You can cut per-node memory requirements by adding more nodes. For example, if you have 1.5 GB of data, you can use 4 data nodes configured as 2 node groups of 2 nodes each. In this case, you will have 2 copies of the data (the orginal plus one replica), each copy (that is, each node group) will hold 1.5 GB of data split across 2 nodes, and each individual data node will contain 750 MB of data in RAM. (This doesn't take into account memory required for indexes, but should illustrate the point I'm trying to get across here.)

Jon Stephens
MySQL Documentation Team @ Oracle

MySQL Dev Zone
MySQL Server Documentation
Oracle

Options: ReplyQuote


Subject
Views
Written By
Posted
3312
February 19, 2005 06:02AM
Re: Not RAM but hard drive...
2197
February 23, 2005 03:41AM
2063
March 13, 2005 09:58AM
2300
March 18, 2005 12:10PM
2461
March 20, 2005 06:29PM
2511
March 23, 2005 11:02AM
2248
March 23, 2005 12:06PM
2028
March 24, 2005 06:46PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.