In cassandra 2.1.4, if you run "nodetool status" without any keyspace specified, you will get a Note:?123456789$ nodetool statusDatacenter: datacenter...
分类:
其他好文 时间:
2015-12-14 22:54:54
阅读次数:
993
MariaDB starting with 10.0.1Multi-source replication means that one server has many masters from which it replicates. This feature was added in MariaD...
分类:
其他好文 时间:
2015-12-11 23:58:49
阅读次数:
405
一、MariaDB Galera Cluster概要:1.简述: MariaDB Galera Cluster是一套在mysql innodb存储引擎上面实现multi-master及数据实时同步的系统架构,业务层面无需做读写分离工作,数据库读写压力都能按照既定的规则分发到 各个节点上去。在数据方....
分类:
数据库 时间:
2015-12-09 00:20:01
阅读次数:
508
http://www.ttlsa.com/mysql/mysql-replication-base-on-ssl/http://www.tuicool.com/articles/mi2iaqhttp://www.tuicool.com/articles/7BVbiuhttp://www.2cto.c...
分类:
其他好文 时间:
2015-12-04 12:19:05
阅读次数:
169
《Kafka剖析:Kafka背景及架构介绍》 《Kafka设计解析:Kafka High Availability(上)》 《Kafka设计解析:Kafka High Availability (下)》 《Kafka设计解析:Replication工具》 《Kafka设计解析:Kafka ...
分类:
其他好文 时间:
2015-12-03 23:01:07
阅读次数:
269
在前面文章我提到了两种关于如何修复Mysql5.6GTID主从数据库。我没有提到大家说熟知的方法-`GLOBALSQL_SLAVE_SKIP_COUNTER=n`。原因很简单,如果你使用的是MysqlGTID,它是不工作的。那么问题来了:有没有简单的方法跳过这单一事务?是的!注入空事务。让我们想象一下,从服务器..
分类:
数据库 时间:
2015-12-02 01:05:23
阅读次数:
216
设置方法:步一设A服务服(192.168.1.43)上用户为backup, 123456 ,同步的数据库为test;B服务服(192.168.1.23)上用户为root, 123456,同步的数据库为test;步二配置mysql.ini:A服务器#Replication masterserver-i...
分类:
数据库 时间:
2015-11-30 02:18:12
阅读次数:
179
1.kafka启动命令nohup bin/kafka-server-start.sh config/server.properties &2.创建topicbin/kafka-topics.sh --create --zookeeper 10.0.178.210:2181 --replication...
分类:
其他好文 时间:
2015-11-27 19:18:22
阅读次数:
123
ACID、Data Replication、CAP与BASE http://www.cnblogs.com/hustcat/archive/2010/09/07/1820970.htmlACID在传数据库系统中,事务具有ACID 4个属性(Jim Gray在《事务处理:概念与技术》中对事务进行...
分类:
其他好文 时间:
2015-11-21 22:46:55
阅读次数:
228
一、GaleraClusterGalera是一个MySQL(也支持MariaDB,Percona)的同步多主集群软件,Galera集群的复制功能基于Galeralibrary实现,为了让MySQL与Galeralibrary通讯,特别针对MySQL开发了wsrepAPI。二、GaleraCluster的功能和优势功能:multi-master,即所有节点可以同时读写数据..
分类:
数据库 时间:
2015-11-20 23:18:17
阅读次数:
470