zoukankan      html  css  js  c++  java
  • MySQL Group Replication: What Is It? Replicated Database State Machine & Paxos implementation

    Oracle:《Native MySQL HA :An Introduction to InnoDB Clusters》

    MySQL Group Replication: What Is It?
    • Group Replication library
    – Implementation of Replicated Database State Machine
    theory
    • MySQL GCS is based on our home-grown Paxos implementation
    – Provides virtually synchronous replication for MySQL 5.7+
    • Guarantees eventual consistency
    – Supported on all MySQL plaGorms
    • Linux, Windows, Solaris, OSX, FreeBSD
    “MulE-master update anywhere replicaEon plugin for MySQL with
    built-in conflict detec1on and resolu1on, automa1c distributed
    recovery, and group membership

  • 相关阅读:
    idea中maven自动导入出现问题
    DDIA
    DDIA
    DDIA
    DDIA
    DDIA
    DDIA
    DDIA
    MIT 6.824 第五次作业Primary-Backup Replication
    MIT 6.824 第四次作业GFS
  • 原文地址:https://www.cnblogs.com/rgqancy/p/15000100.html
Copyright © 2011-2022 走看看