原文:Replication的犄角旮旯(一)--变更订阅端表名的应用场景 《Replication的犄角旮旯》系列导读 Replication的犄角旮旯(一)--变更订阅端表名的应用场景 Replication的犄角旮旯(二)--寻找订阅端丢失的记录 Replication的犄角旮旯(三)--聊聊@...
分类:
其他好文 时间:
2015-02-12 18:12:30
阅读次数:
189
原文:Replication的犄角旮旯(八)-- 订阅与发布异构的问题 《Replication的犄角旮旯》系列导读 Replication的犄角旮旯(一)--变更订阅端表名的应用场景 Replication的犄角旮旯(二)--寻找订阅端丢失的记录 Replication的犄角旮旯(三)--聊聊@b...
分类:
其他好文 时间:
2015-02-12 18:08:54
阅读次数:
148
原文:Replication的犄角旮旯(二)--寻找订阅端丢失的记录 《Replication的犄角旮旯》系列导读 Replication的犄角旮旯(一)--变更订阅端表名的应用场景 Replication的犄角旮旯(二)--寻找订阅端丢失的记录 Replication的犄角旮旯(三)--聊聊@bi...
分类:
其他好文 时间:
2015-02-12 18:04:11
阅读次数:
189
原文:Replication的犄角旮旯(五)--关于复制identity列 《Replication的犄角旮旯》系列导读 Replication的犄角旮旯(一)--变更订阅端表名的应用场景 Replication的犄角旮旯(二)--寻找订阅端丢失的记录 Replication的犄角旮旯(三)--聊聊...
分类:
其他好文 时间:
2015-02-12 18:02:45
阅读次数:
132
原文:Replication的犄角旮旯(七)-- 一个DDL引发的血案(下)(聊聊logreader的延迟) 《Replication的犄角旮旯》系列导读 Replication的犄角旮旯(一)--变更订阅端表名的应用场景 Replication的犄角旮旯(二)--寻找订阅端丢失的记录 Replic...
分类:
其他好文 时间:
2015-02-12 18:02:43
阅读次数:
124
原文:Replication的犄角旮旯(三)--聊聊@bitmap 《Replication的犄角旮旯》系列导读 Replication的犄角旮旯(一)--变更订阅端表名的应用场景 Replication的犄角旮旯(二)--寻找订阅端丢失的记录 Replication的犄角旮旯(三)--聊聊@bit...
分类:
其他好文 时间:
2015-02-12 17:57:47
阅读次数:
190
Mysql 集群 mysql-cluster 安装。这里仅仅介绍了简单的安装配置过程,详细的配置说明敬请期待。...
分类:
数据库 时间:
2015-02-12 16:22:43
阅读次数:
158
官方介绍:
MHA performs automating master failover and slave promotion with minimal downtime, usually within 10-30 seconds. MHA prevents replication consistency problems and saves on expenses of having to...
分类:
数据库 时间:
2015-02-12 10:52:38
阅读次数:
253
Redis主从配置(Master-Slave)一、 Redis Replication的特点: 1):一个Master可以同步多个Slave 2):不仅Master可以同步多个Slave,Slave也可以同步其它Slave,可以构成一个图形结构,同时还能分担Master的同步压力 3):Redis Replication使用的是异步复制。从2.8开始,Slave会周期性发起一个Ack确认replication stream被处理进度 4):复制在Master Server是以非阻塞模...
分类:
其他好文 时间:
2015-02-11 14:40:27
阅读次数:
181
Mysql 连接出错" unblock with ‘mysqladmin flush-hosts’”在mysql cluster 连接的出错:
java.sql.SQLException
MESSAGE: null, message from server: “Host ‘192.168.39.147’ is blocked because of many connection errors;...
分类:
数据库 时间:
2015-02-10 18:49:53
阅读次数:
265