MySQL Forums
Forum List  »  NDB clusters

Re: Cluster on Disk - Status ?
Posted by: Mikael Ronström
Date: April 06, 2005 10:49AM

Troy Rose wrote:
> Well, Carsten, nobody said that MySQL Cluster
> needed RAM - just memory.
>
> If you have relatively fast disks (say, Ultra
> 320's), that might be in a RAID - striped
> configuration, why not create a swap partition of
> anything up to 16GB? There would be a performance
> hit, nobody's questioning that, but it turns an
> in-memory cluster into an on-disk cluster. That's
> the configuration I'm currently working with in a
> test environment, and it seems to work without a
> hitch - simply fooling the ndb components that
> they actually have 4GB of memory, when in reality
> there's only 1 GB on each node.

You'll probably be disappointed when you do a query that
makes a full table scan since the entire table has to be loaded
into RAM from disk a page at a time. Also during this processing
it is easy to get heartbeat failures.

Rgrds Mikael
PS: Sorry if I am a bit pessimistic :)

Options: ReplyQuote


Subject
Views
Written By
Posted
4110
April 02, 2005 03:40PM
2126
April 04, 2005 05:46AM
2078
April 05, 2005 11:23PM
2179
April 06, 2005 03:33AM
2173
April 07, 2005 11:37AM
2189
April 06, 2005 04:20AM
Re: Cluster on Disk - Status ?
2235
April 06, 2005 10:49AM


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.