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
118
June 01, 2022 01:22AM
101
June 02, 2022 12:47AM
113
June 02, 2022 07:58AM
117
June 02, 2022 03:58PM
114
June 03, 2022 06:06AM
109
June 03, 2022 09:32AM
127
June 01, 2022 03:13AM
133
June 02, 2022 12:52AM
149
June 02, 2022 04:56AM
115
June 08, 2022 12:29AM
132
June 02, 2022 09:49AM
Sorry, only registered users may post in this forum.
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.