MySQL Forums
Forum List  »  NDB clusters

Re: Maximum data size
Posted by: Ted Wennmark
Date: July 07, 2016 03:47AM

Hello,

You calculations above are correct assuming only 4GB RAM available for datamemory per datanode.

We have a limit on 48 datanodes but you can have much more memory assigned to each datanode. If you need to store TB of data in one single cluster you need to have each datanode store more data.

For example;
48 datanode with 256GB of memory each (and number of replicas set to 2) will give you the possibility to store (48x256)/2 = 6.1TB of data in the cluster.
That said you need to have some memory for OS and other buffers in cluster also.

Cheers
Ted

Options: ReplyQuote


Subject
Views
Written By
Posted
1064
June 22, 2016 02:39AM
Re: Maximum data size
635
July 07, 2016 03:47AM


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.