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
1205
April 14, 2021 01:57PM
499
April 14, 2021 02:51PM
485
April 15, 2021 03:51AM
517
April 15, 2021 06:02AM
514
April 16, 2021 08:01AM
523
April 16, 2021 11:31AM
421
April 17, 2021 04:33AM
Re: Can't create table
472
April 17, 2021 03:29PM
406
April 28, 2021 10:50AM
459
April 28, 2021 11:51AM
736
April 28, 2021 02:18PM
462
April 28, 2021 02:59PM
438
April 29, 2021 12:56AM
399
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.