MySQL Forums
Forum List  »  NDB clusters

Re: how to calculate the size of the database with the ndb_size.pl script
Posted by: Stewart Smith
Date: November 13, 2005 06:11PM

You need to do some calculations yourself too :)

I haven't incorporated a patch for a "total database size" summary at the end yet (it's on that list of things to do - along with some of the MaxOf parameters).

As for how much RAM is needed - sum up total DataMemory and total IndexMemory and that should be enough to hold your current database.

Working out how much extra space you need for the future is an exercise for the reader :)

That's why i give you the "rows per page" value - so you can get pretty good estimates for doing your calculations.

Stewart Smith, Software Engineer - MySQL Cluster
MySQL AB, www.mysql.com

Jumpstart your cluster:
http://www.mysql.com/consulting/packaged/cluster.html

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: how to calculate the size of the database with the ndb_size.pl script
2347
November 13, 2005 06:11PM


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.