加入收藏 | 设为首页 | 会员中心 | 我要投稿 李大同 (https://www.lidatong.com.cn/)- 科技、建站、经验、云计算、5G、大数据,站长网!
当前位置: 首页 > 百科 > 正文

PGCluster和数据同步备份

发布时间:2020-12-13 18:00:54 所属栏目:百科 来源:网络整理
导读:PGCluster 是一个为PostgreSQL设计的多主机数据同步备份系统。从PGCluster的官方介绍来看,它最大的两个特点就是:多主机和同步备份。 1. Since a replication system is a synchronous replication,delay does not occur with the data duplicate between t

PGCluster是一个为PostgreSQL设计的多主机数据同步备份系统。从PGCluster的官方介绍来看,它最大的两个特点就是:多主机和同步备份。

1. Since a replication system is a synchronous replication,delay does not occur with the data duplicate between the Cluster DBs.
2. Since a server is multi-master composition,two or more the Cluster DBs can receive access from a user simultaneously.

系统架构如下图:

PGCluster还有2个功能:

1. Load sharing function
2. High availability function

PGCluster实质上是一种Master-Master备份方案,其数据备份方案有normal mode 和 reliable mode两种,并能保证事务的一致性。我觉得它的亮点是做到了数据的实时同步性,但是换来的却是牺牲了性能。



(编辑:李大同)

【声明】本站内容均来自网络,其相关言论仅代表作者个人观点,不代表本站立场。若无意侵犯到您的权利,请及时与联系站长删除相关内容!

    推荐文章
      热点阅读