MySQL Forums
Forum List  »  Performance

Re: How to get acceptable/repeatable performance on huge table
Posted by: Aftab Khan
Date: September 03, 2012 03:17AM

ALTER TABLE would block replication 'sql_thread' from updating UserVisits table. So, you may try non-blocking online schema change tool:

http://www.percona.com/doc/percona-toolkit/2.1/pt-online-schema-change.html

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: How to get acceptable/repeatable performance on huge table
1063
September 03, 2012 03:17AM


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.