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
1871
April 14, 2021 01:57PM
754
April 14, 2021 02:51PM
832
April 15, 2021 03:51AM
Re: Can't create table
736
April 15, 2021 06:02AM
743
April 16, 2021 08:01AM
723
April 16, 2021 11:31AM
642
April 17, 2021 04:33AM
703
April 17, 2021 03:29PM
633
April 28, 2021 10:50AM
702
April 28, 2021 11:51AM
1067
April 28, 2021 02:18PM
739
April 28, 2021 02:59PM
648
April 29, 2021 12:56AM
610
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.