MySQL Forums
Forum List  »  Partitioning

No. of partitions in NDB cluster
Posted by: Alax James
Date: May 31, 2013 02:14AM

Hi,

I am using NDB cluster 7.1. the configuration is as below,

- 6 NDB nodes
- using ndbmtd
- NoofReplicas = 2
- MaxNoOfExecutionThreads = 8

CREATE TABLE TxnLog (
`LID` varchar(255) NOT NULL,
`ACTIVE` char(1) DEFAULT NULL,
`NID` varchar(255) NOT NULL,
PRIMARY KEY (`LID`),
) ENGINE=ndbcluster


So I think there are 3 groups and 2 nodes for each group.
As there is no user-defined partitioning, so I think the No. of partitions should be 6, as same as No. of NDB nodes.

But when using 'explain partitinos ...', I found there are totally 24 partitions.

Why?

Options: ReplyQuote


Subject
Views
Written By
Posted
No. of partitions in NDB cluster
2242
May 31, 2013 02:14AM


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.