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

Group Replication

Formale Metadaten

Titel
Group Replication
Untertitel
A Journey to the Group Communication Core
Serientitel
Anzahl der Teile
611
Autor
Lizenz
CC-Namensnennung 2.0 Belgien:
Sie dürfen das Werk bzw. den Inhalt zu jedem legalen Zweck nutzen, verändern und in unveränderter oder veränderter Form vervielfältigen, verbreiten und öffentlich zugänglich machen, sofern Sie den Namen des Autors/Rechteinhabers in der von ihm festgelegten Weise nennen.
Identifikatoren
Herausgeber
Erscheinungsjahr
Sprache
Produktionsjahr2017

Inhaltliche Metadaten

Fachgebiet
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.