MySQL Forums
Forum List  »  NDB clusters

Re: Can't create table
Posted by: Mauritz Sundell
Date: April 15, 2021 06:02AM

Hi Maurice,

The cause is given by:

Got error 904 'Out of fragment records (increase MaxNoOfOrderedIndexes)' from NDB

By default configuration one can have at most 128 ordered indexes in total.
Either you have many tables or you have some tables with many ordered indexes.
Or you have configured even a lower limit of ordered indexes.

You need to reconfigured with an increased MaxNoOfOrderedIndexes, see
https://dev.mysql.com/doc/refman/8.0/en/mysql-cluster-ndbd-definition.html.

You may also need to increase MaxNoOfTables, and MaxNoOfUniqueHashIndexes.

Regards,
Mauritz

Options: ReplyQuote


Subject
Views
Written By
Posted
1390
April 14, 2021 01:57PM
571
April 14, 2021 02:51PM
581
April 15, 2021 03:51AM
Re: Can't create table
588
April 15, 2021 06:02AM
576
April 16, 2021 08:01AM
584
April 16, 2021 11:31AM
478
April 17, 2021 04:33AM
540
April 17, 2021 03:29PM
463
April 28, 2021 10:50AM
517
April 28, 2021 11:51AM
842
April 28, 2021 02:18PM
529
April 28, 2021 02:59PM
509
April 29, 2021 12:56AM
466
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.