Home Database Mysql Tutorial [玩转MySQL Replication] 复制拓扑

[玩转MySQL Replication] 复制拓扑

Jun 07, 2016 pm 04:37 PM
mysql replication copy Have fun

朴实简单的才是真、那些高端洋气的复制拓扑纯属自虐 ? ? ?实施复制大概会有 4 个原则: ? ? ? ? ? ?① 一个主库可以有多个备库 ? ? ?② 一个备库只能有一个主库 ? ? ?③ 每个备库 Server ID全局唯一 ? ? ?④ log_slave_updates 有薪火相传之效用 ? ? ? ? ? ?

朴实简单的才是真、那些高端洋气的复制拓扑纯属自虐
? ? ?实施复制大概会有 4 个原则:
? ? ?
? ? ?① 一个主库可以有多个备库
? ? ?② 一个备库只能有一个主库
? ? ?③ 每个备库 Server ID全局唯一
? ? ?④ log_slave_updates 有薪火相传之效用
? ? ?

? ? ?下面简单谈谈几种复制的拓扑设计、至于他们的优缺点以及适用场景留待后续慢慢献上


? ? ?
? ? ? ㈠ 一主一备

? ? ?


? ? ? ??
? ? ? ? 短评:最简单的拓扑

? ? ? ? 推荐指数:★★★★★


? ? ? ??



? ? ? ㈡ 一主多备


? ? ?
? ? ? ??
? ? ? ? 短评:每个备库老死不相往来
? ? ? ? 推荐指数:★★★★☆


? ? ? ??



? ? ? ㈢ 主动-主动模式下的双主复制


? ? ?
? ? ? ??
? ? ? ? 短评:墙裂反对
? ? ? ? 推荐指数:☆☆☆☆☆


? ? ? ??




? ? ? ㈣ 主动-被动模式下的双主


? ? ? ??
? ? ? ??
? ? ? ? 短评:其中一台主库为只读的、这是非常重要且常用的拓扑
? ? ? ? 推荐指数:★★★★★


? ? ? ??



? ? ? ㈤ 拥有备库的双主复制


? ? ? ??
? ? ? ??
? ? ? ? 短评:增加冗余、消除单点故障
? ? ? ? 推荐指数:★☆☆☆☆☆


? ? ? ??




? ? ? ㈥ 环形复制


? ? ? ??
? ? ? ??
? ? ? ? 短评:脆弱的拓扑
? ? ? ? 推荐指数:☆☆☆☆☆


? ? ? ??



? ? ? ㈦ 主库-分发主库-备库


? ? ? ??
? ? ? ??
? ? ? ? 短评:分发主库事实上是备库、唯一目的便是提取和提供主库的binlog、减轻主库负担
? ? ? ? 推荐指数:★★★☆☆


? ? ? ??




? ? ? ㈧ 树形复制


? ? ?
? ? ? ? 短评:让数据飞、让读性能飞
? ? ? ? 推荐指数:★★★☆☆


? ? ? ??




By David Lin

2013-06-24

Good Luck

作者:linwaterbin 发表于2013-6-24 20:13:16 原文链接

阅读:88 评论:0 查看评论

[玩转MySQL Replication] 复制拓扑

Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn

Hot AI Tools

Undresser.AI Undress

Undresser.AI Undress

AI-powered app for creating realistic nude photos

AI Clothes Remover

AI Clothes Remover

Online AI tool for removing clothes from photos.

Undress AI Tool

Undress AI Tool

Undress images for free

Clothoff.io

Clothoff.io

AI clothes remover

AI Hentai Generator

AI Hentai Generator

Generate AI Hentai for free.

Hot Article

R.E.P.O. Energy Crystals Explained and What They Do (Yellow Crystal)
2 weeks ago By 尊渡假赌尊渡假赌尊渡假赌
Repo: How To Revive Teammates
4 weeks ago By 尊渡假赌尊渡假赌尊渡假赌
Hello Kitty Island Adventure: How To Get Giant Seeds
3 weeks ago By 尊渡假赌尊渡假赌尊渡假赌

Hot Tools

Notepad++7.3.1

Notepad++7.3.1

Easy-to-use and free code editor

SublimeText3 Chinese version

SublimeText3 Chinese version

Chinese version, very easy to use

Zend Studio 13.0.1

Zend Studio 13.0.1

Powerful PHP integrated development environment

Dreamweaver CS6

Dreamweaver CS6

Visual web development tools

SublimeText3 Mac version

SublimeText3 Mac version

God-level code editing software (SublimeText3)

PHP's big data structure processing skills PHP's big data structure processing skills May 08, 2024 am 10:24 AM

PHP's big data structure processing skills

How to optimize MySQL query performance in PHP? How to optimize MySQL query performance in PHP? Jun 03, 2024 pm 08:11 PM

How to optimize MySQL query performance in PHP?

How to use MySQL backup and restore in PHP? How to use MySQL backup and restore in PHP? Jun 03, 2024 pm 12:19 PM

How to use MySQL backup and restore in PHP?

How to insert data into a MySQL table using PHP? How to insert data into a MySQL table using PHP? Jun 02, 2024 pm 02:26 PM

How to insert data into a MySQL table using PHP?

What are the application scenarios of Java enumeration types in databases? What are the application scenarios of Java enumeration types in databases? May 05, 2024 am 09:06 AM

What are the application scenarios of Java enumeration types in databases?

How to fix mysql_native_password not loaded errors on MySQL 8.4 How to fix mysql_native_password not loaded errors on MySQL 8.4 Dec 09, 2024 am 11:42 AM

How to fix mysql_native_password not loaded errors on MySQL 8.4

How to use MySQL stored procedures in PHP? How to use MySQL stored procedures in PHP? Jun 02, 2024 pm 02:13 PM

How to use MySQL stored procedures in PHP?

How to create a MySQL table using PHP? How to create a MySQL table using PHP? Jun 04, 2024 pm 01:57 PM

How to create a MySQL table using PHP?

See all articles