We're sorry but this page doesn't work properly without JavaScript enabled. Please enable it to continue.
Feedback

Group Replication

Formal Metadata

Title
Group Replication
Subtitle
A Journey to the Group Communication Core
Title of Series
Number of Parts
611
Author
License
CC Attribution 2.0 Belgium:
You are free to use, adapt and copy, distribute and transmit the work or content in adapted or unchanged form for any legal purpose as long as the work is attributed to the author in the manner specified by the author or licensor.
Identifiers
Publisher
Release Date
Language
Production Year2017

Content Metadata

Subject Area
Genre
Abstract
MySQL Group Replication implements a "synchronous" replication protocol builtupon a Group Communication Framework which is responsible for disseminatingtransactions to a set of MySQL instances and for managing their membership. In this talk, we are going to present the framework's key properties and alsodetail the design decisions made to efficiently handle group replicationdemand for a high throughput and low latency communication infrastructure.Moreover, we are going to bring forth the main differences between oursolution and mainstream algorithms such as classic multi-paxos and raft.