Re: Can't create table
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
Subject
Views
Written By
Posted
1296
April 14, 2021 01:57PM
549
April 14, 2021 02:51PM
536
April 15, 2021 03:51AM
Re: Can't create table
567
April 15, 2021 06:02AM
555
April 16, 2021 08:01AM
569
April 16, 2021 11:31AM
458
April 17, 2021 04:33AM
519
April 17, 2021 03:29PM
441
April 28, 2021 10:50AM
498
April 28, 2021 11:51AM
802
April 28, 2021 02:18PM
508
April 28, 2021 02:59PM
483
April 29, 2021 12:56AM
440
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.