MySQL Forums
Forum List  »  NDB clusters

Re: Import large mysql (innodb and myisam) database to a mysql cluster with less physical memory(ram)
Posted by: d g
Date: May 24, 2016 03:09AM

Hi,

you could use tablespace and logfile group with datafiles to store the database on disk and configure DiskPageBufferMemory to buffer disk data.

See:
https://dev.mysql.com/doc/refman/5.7/en/mysql-cluster-disk-data-objects.html

Regards
Denny

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: Import large mysql (innodb and myisam) database to a mysql cluster with less physical memory(ram)
627
d g
May 24, 2016 03:09AM


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.