MySQL Forums
Forum List  »  NDB clusters

Re: ndb watchdog overslept
Posted by: Mikael Ronström
Date: February 21, 2017 05:27AM

--single-transaction is actually not really supported for MySQL Cluster.
Cut from manual:
The --single-transaction option and the --lock-tables option are mutually exclusive because LOCK TABLES causes any pending transactions to be committed implicitly.

This option is not supported for MySQL Cluster tables; the results cannot be guaranteed to be consistent due to the fact that the NDBCLUSTER storage engine supports only the READ_COMMITTED transaction isolation level. You should always use NDB backup and restore instead.

To dump large tables, combine the --single-transaction option with the --quick option.

So when you make a mysqldump, avoid the single-transaction part, this will
remove the need for massively large transactions while restoring the data.

Options: ReplyQuote


Subject
Views
Written By
Posted
2527
d g
February 08, 2017 11:44AM
1208
February 09, 2017 03:06PM
1620
d g
February 11, 2017 08:40PM
837
d g
February 14, 2017 06:12AM
930
d g
February 20, 2017 05:17AM
1063
February 21, 2017 04:36AM
Re: ndb watchdog overslept
916
February 21, 2017 05:27AM
878
d g
February 21, 2017 06:04AM
1014
February 21, 2017 08:34AM
949
d g
February 21, 2017 10:38AM
877
d g
February 22, 2017 08:38AM


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.