Re: Mysql NDB cluster - Big import fail
Hi Cesar,
You were able to import the dump as non-NDB tables, right? (I'm presuming InnoDB.)
Does anything stop you from
issuing ALTER TABLE ... ENGINE=NDB for each table after you've completed the import, as we show in the Manual?
BTW,
IndexMemory is deprecated in NDB 8.0, where using it triggers a warning. NDB 8.0 assigns those resources to DataMemory instead, but this behaviour is not guaranteed in future versions. I suggest you make this explicit now, and remove the reference to IndexMemory.
cheers,
Jon Stephens
MySQL Documentation Team @ Oracle
Orlando, Florida, USA
MySQL Dev Zone
MySQL Server Documentation
Oracle
Subject
Views
Written By
Posted
Re: Mysql NDB cluster - Big import fail
168
June 01, 2022 01:22AM
145
June 02, 2022 12:47AM
171
June 02, 2022 07:58AM
159
June 02, 2022 03:58PM
153
June 03, 2022 06:06AM
150
June 03, 2022 09:32AM
173
June 01, 2022 03:13AM
173
June 02, 2022 12:52AM
202
June 02, 2022 04:56AM
158
June 08, 2022 12:29AM
179
June 02, 2022 09: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.