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
1284
April 14, 2021 01:57PM
540
April 14, 2021 02:51PM
529
April 15, 2021 03:51AM
557
April 15, 2021 06:02AM
548
April 16, 2021 08:01AM
559
April 16, 2021 11:31AM
453
April 17, 2021 04:33AM
Re: Can't create table
513
April 17, 2021 03:29PM
435
April 28, 2021 10:50AM
490
April 28, 2021 11:51AM
783
April 28, 2021 02:18PM
500
April 28, 2021 02:59PM
475
April 29, 2021 12:56AM
435
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.