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
1110
April 14, 2021 01:57PM
464
April 14, 2021 02:51PM
439
April 15, 2021 03:51AM
Re: Can't create table
474
April 15, 2021 06:02AM
471
April 16, 2021 08:01AM
489
April 16, 2021 11:31AM
387
April 17, 2021 04:33AM
429
April 17, 2021 03:29PM
373
April 28, 2021 10:50AM
416
April 28, 2021 11:51AM
688
April 28, 2021 02:18PM
422
April 28, 2021 02:59PM
394
April 29, 2021 12:56AM
361
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.