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
946
April 14, 2021 01:57PM
398
April 14, 2021 02:51PM
379
April 15, 2021 03:51AM
Re: Can't create table
410
April 15, 2021 06:02AM
400
April 16, 2021 08:01AM
418
April 16, 2021 11:31AM
340
April 17, 2021 04:33AM
372
April 17, 2021 03:29PM
325
April 28, 2021 10:50AM
359
April 28, 2021 11:51AM
623
April 28, 2021 02:18PM
367
April 28, 2021 02:59PM
337
April 29, 2021 12:56AM
308
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.