MySQL Forums
Forum List  »  NDB clusters

Another question: why the size of nodes data dir is very large?
Posted by: Li Ma
Date: August 28, 2006 08:17AM

without configuring mysql cluster, the database's total size is about 170M.
when configure for cluster, the data dir becomes very large to 5G more.
When altering a table's engine to ndbcluster, the size of data dir becomes larger and larger, and the altering time becomes more and more.
Is it concern with DataMemory?

######################### part of the cluster config.ini #####################
# Options affecting ndbd processes on all data nodes:
[NDBD DEFAULT]
NoOfReplicas=2
DataMemory=2000M
IndexMemory=200M

MaxNoOfAttributes=10000
MaxNoOfTables=2000
MaxNoOfUniqueHashIndexes=5000
MaxNoOfOrderedIndexes=5000
MaxNoOfTriggers=4000
TimeBetweenLocalCheckpoints=2
NoOfFragmentLogFiles=100

Options: ReplyQuote


Subject
Views
Written By
Posted
Another question: why the size of nodes data dir is very large?
1426
August 28, 2006 08:17AM


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.