Home > Database > Mysql Tutorial > [研究探讨]Mysql 集群(图)_MySQL

[研究探讨]Mysql 集群(图)_MySQL

WBOY
Release: 2016-06-01 13:27:04
Original
925 people have browsed it

Mysql集群

bitsCN.com

(以下内容为转载,标为原创只为上头条请懂这个的童鞋指点)

mysql 分布,一个或多个 application 对应一个 mysql 数据库。。。这个怎么实现多个mysql呢?

把几个 mysql 数据库公用的数据做出共享数据,例如购物车,用户对象等等,存在数据结点里面。

其他不共享的数据还维持在各自分布的 mysql 数据库本身中。

MySQL Cluster Components

( 如上图 )

1 ) Sql 结点( SQL node-- 上图对应为 mysqld ) : 分布式数据库。包括自身数据和查询中心结点数据 .

2 )数据结点 (Data node -- ndbd): 集群共享数据 ( 内存中 ).

3 )管理服务器 (Management Server

Related labels:
source:php.cn
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
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template