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
1121
April 14, 2021 01:57PM
470
April 14, 2021 02:51PM
444
April 15, 2021 03:51AM
479
April 15, 2021 06:02AM
478
April 16, 2021 08:01AM
493
April 16, 2021 11:31AM
393
April 17, 2021 04:33AM
Re: Can't create table
434
April 17, 2021 03:29PM
377
April 28, 2021 10:50AM
421
April 28, 2021 11:51AM
696
April 28, 2021 02:18PM
427
April 28, 2021 02:59PM
401
April 29, 2021 12:56AM
364
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.