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
2550
d g
February 08, 2017 11:44AM
1218
February 09, 2017 03:06PM
1626
d g
February 11, 2017 08:40PM
843
d g
February 14, 2017 06:12AM
935
d g
February 20, 2017 05:17AM
1071
February 21, 2017 04:36AM
Re: ndb watchdog overslept
925
February 21, 2017 05:27AM
881
d g
February 21, 2017 06:04AM
1023
February 21, 2017 08:34AM
958
d g
February 21, 2017 10:38AM
881
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.