MySQL Forums
Forum List  »  NDB clusters

Re: Mysql NDB cluster - Big import fail
Posted by: Jon Stephens
Date: June 01, 2022 01:22AM

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

MySQL Dev Zone
MySQL Server Documentation
Oracle

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: Mysql NDB cluster - Big import fail
259
June 01, 2022 01:22AM


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.