MySQL Forums
Forum List  »  NDB clusters

Re: Can't create table
Posted by: Mauritz Sundell
Date: April 17, 2021 03:29PM

Hi Maurice,

Also both data nodes must be restarted after management node.

If that has been done one can verify that configuration used by data nodes with below:

ndb_config --config-from-node=3 --query=NodeId,MaxNoOfOrderedIndexes,MaxNoOfUniqueHashIndexes,MaxNoOfTables
ndb_config --config-from-node=4 --query=NodeId,MaxNoOfOrderedIndexes,MaxNoOfUniqueHashIndexes,MaxNoOfTables

If it shows the correct values (like 3,200000,200000,20000) try reduce all three to 20000, having more than 20320 for any of them is no gain.

Regards,
Mauritz

Options: ReplyQuote


Subject
Views
Written By
Posted
1144
April 14, 2021 01:57PM
477
April 14, 2021 02:51PM
454
April 15, 2021 03:51AM
484
April 15, 2021 06:02AM
487
April 16, 2021 08:01AM
501
April 16, 2021 11:31AM
399
April 17, 2021 04:33AM
Re: Can't create table
440
April 17, 2021 03:29PM
385
April 28, 2021 10:50AM
426
April 28, 2021 11:51AM
707
April 28, 2021 02:18PM
432
April 28, 2021 02:59PM
411
April 29, 2021 12:56AM
374
April 29, 2021 02: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.