MySQL Forums
Forum List  »  Replication

Re: mysql 5.7 replication for slave_paraller_type
Posted by: jongse park
Date: January 18, 2016 12:53AM

I downloaded this file "mysql_pn_replication_whatsnew57.pdf" in mysql.com site.
https://www.mysql.com/why-mysql/presentations/mysql-replication-whats-new-57/
https://www.mysql.com/content/download/id/448/


Page 17 ~ 20 are related to Timestamp-based Parallelism.

There are three steps to execute a transaction.
Those're Execution, Prepare and Commit.
What is a prepare step?

sheduling policy controlled through:
mysql> SET slave_parallel_type=[logical_clock|database]

I can't understand that logical_clock means schedule based on the prepare timestamp.

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: mysql 5.7 replication for slave_paraller_type
824
January 18, 2016 12:53AM


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.