MySQL/MariaDB-Galera 0.8发布 MySQL衍生版

MySQL/MariaDB-Galera是一套在 MySQL InnoDB 上面实现 Multi-master 且 synchronous replication 的系統。

MySQL/MariaDB-Galera 0.8发行说明:

So Galera 0.8 comes with many nice features:
&">nbsp;

Works with MySQL 5.1 and MariaDB 5.1. The latest is
more interesting for us, as it is based on XtraDB. That means Galera supports the XtraDB storage engine. Support for multi-threaded slaves. Using custom scripts for node propagation. RSYNC method comes with the Galera distribution, and it is quite easy to add support for Percona Xtra
Backup to propagate nodes.

Why MySQL/MariaDB + Galera 0.8 is interesting? It allows to solve following problems:

A Real High Availability solution for systems based on InnoDB/XtraDB. The recommended setup is 3 nodes and you can add / remove nodes al
most transparently. It is possible to use it in traditional master-slave setups, but with big difference – with Galera with have Synchronous slaves. A transaction is not committed on the master until it is committed on the slave. That means no more slave delays. With parallel appl
ying on slaves, the latency of round-trip transactions should be in an acceptable range. It opens the possibility for active master – active master setups. You can write on both masters and do not worry about conflict resolution and get rid of those “slave is out of sync with master” pain-in-the-neck problems. Combining all above, now we can setup distributed replication systems with masters in different data centers. This provides a HA solution for MySQL setups in the Cloud. E.g. with
current state of MySQL EC2 setups suffer from lacking a good HA schema. With Galera, we can setup replication with the same availability and in different zones. Remember the recent and famous EC2 outage? Ha
ving masters in USA and Europe regions would solve this kind of problems. Scaling Writes. From benchmarks provided by the Galera team we may see a good scaling of throughput writing to several nodes

时间: 2024-10-07 11:21:52

MySQL/MariaDB-Galera 0.8发布 MySQL衍生版的相关文章

CentOS7+MySQL/MariaDB+Galera+HAProxy+Keepalived构建高可用数据库集群

原创作品,允许转载,转载时请务必以超链接形式标明文章 原始出处 .作者信息和本声明.否则将追究法律责任.http://dgd2010.blog.51cto.com/1539422/1603972 方案优势: Galera能够实现MySQL/MariaDB数据库的主主复制和多主复制等模式,这些复制模式都是同步进行的,同步时间非常短 每一个节点都可以同时写入和读取,当某一节点发生故障时,可自动从集群中自动剔除 HAProxy能提供负载均衡和故障判断等功能解决服务器系统存在的单点故障 Keepaliv

mysqldiff 0.40发布 MySQL数据库结构比较软件

mysqldiff是一个Perl脚本,用于比较两个MySQL数据库的数据结构(即表的定义),并得出相比较后的差异,作为MySQL命令的序列适用于管道到mysql,转换第一个数据库结构到相同的第二个数据结构(CF diff和patch).数据库结构可以用于比较文件,不论其中文件包含表定义或现有的数据库.本地或远程数据库结构. mysqldiff 0.40版本包含了多个错误修正,添加新的文件和一个完整的测试套件. 软件信息:http://adamspiers.org/computing/mysqld

博客园文章编辑器5.0版本发布(markdown版)

注意:使用本软件前,需先在博客园后台设置默认编辑器为markdown 开篇 废话少说,先上界面图片: 10月25日,我发布了博客园文章编辑器的4.0版本,得到了很多朋友的支持, (后来我自己发现了一些问题,于是偷偷发了博客园文章编辑器的4.0.1版本,也没通知大家,不过好在有自动升级功能) 当时有很多朋友问我,这个工具支持不支持markdown, 我觉得写markdown的人还是挺多的, 调查了博客园确实支持markdown编辑器, 而且我开发了markdown的编辑器,对于那些使用HTML富文

MySQL/Galera 0.8.2发布 同步多主MySQL集群

MySQL/Galera是一个MySQL的分发版,可用于创建一个同步多主MySQL(InnoDB)集群.它是基于写入设置同步的概念和打补丁的MySQL服务器和Galera组成,一个实现WSREP接口的通用同步后端. MySQL/Galera具有真正的多主功能,能够在同一个表格同时在不同的节点上​​进行修改.这是真正的高度可用的,永远不会丢失已提交的事务. MySQL/Galera 0.8.2版本更新日志: 1.支持SSL和arbitrator的后台程序.2.修复了一些旧的漏洞,包括32位平台上与

MySQL/Galera 0.8.1发布 MySQL InnoDB的实现

MySQL/Galera 0.8.1该版本比起0.7有重大更新.变更内容包括提高了流量控制,并行应用,可配置,编写脚本的状态转移及通知. 0.8系列与0.7不兼容的协议,但保留了大部分的配置选项. * fixed handling of long primary keys* fixed total order isolation to conform to the specs* cleaner shutdown sequences in case of fatal errors* rehttp:

发布MySQL集群自动安装脚本1.0!

mysql|脚本|自动安装 经过几天的测试,终于可以发布了! 1. 在MySQL源代码目录下新建脚本 install.sh,把下面的代码添加到这个脚本中: #!/bin/bash####################################################### Title: MySQL 4.1 Cluster Installation Script #### Version: 1.0 #### Date: 2004-11-11 #### Author: yipsilo

phpMyAdmin 4.4.0 beta1 发布,MySQL 管理工具

phpMyAdmin 4.4.0 beta1 发布,此版本包括大量的 bug 修复. 值得关注的新特性: Rename configuration directive from $cfg['NavigationTreeDisableDatabaseExpansion']to $cfg['NavigationTreeEnableExpansion'] -- if used, please update your config.inc.php Move the SQL scripts to crea

淘宝内部分享:MySQL & MariaDB性能优化

编者按:MySQL是目前使用最多的开源数据库,但是MySQL数据库的默认设置性能非常的差,必须进行不断的优化,而优化是一个复杂的任务,本文描述淘宝数据库团队针对MySQL数据库Metadata Lock子系统的优化,hash_scan 算法的实现解析的性能优化,TokuDB·版本优化,以及MariaDB·的性能优化.本文来自淘宝团队内部经验分享. 往期文章:淘宝内部分享:怎么跳出MySQL的10个大坑 MySQL· 5.7优化·Metadata Lock子系统的优化 背景 引入MDL锁的目的,最

15 个有用的 MySQL/MariaDB 性能调整和优化技巧

MySQL 是一个强大的开源关系数据库管理系统(简称 RDBMS).它发布于 1995 年(20年前).它采用结构化查询语言(SQL),这可能是数据库内容管理中最流行的选择.最新的 MySQL 版本是 5.6.25,于 2015 年 5 月 29 日发布. 关于 MySQL 一个有趣的事实是它的名字来自于 Michael Widenius(MySQL 的创始人)的女儿" My".尽管有许多关于 MySQL 有趣的传闻,不过本文主要是向你展示一些有用的实践,以帮助你管理你的 MySQL