继2016年10月12日mysql 5.7.16发布后,percona server 5.7.16终于于11月29日发布了,这是最新版本的5.7系列,可从https://www.percona.com/downloads/Percona-Server-5.7/LATEST/下载.这个版本的mysql bug数远比之前版本的少得多,根据5.6版本的经验来看,这个版本开始,5.7已经逐渐开始稳定下来了,开发和测试环境可以考虑尝试升级到5.7进行验证兼容性和新特性带来的好处.…
建议使用percona server linux generic版,从https://www.percona.com/downloads/Percona-Server-LATEST/下载,现在不在推荐使用mariadb是因为考虑到mariadb的越来越不兼容mysql原生. 对于操作系统,仅推荐rhel以及centos,优先推荐客户使用rhel,且生产环境我们仅使用他们,不会使用windows,极少使用suse. 下载后解压.创建符号链接,ln -s Percona-Server-5.7.22-…
个人比较喜欢 MYSQL 的轻量,今天花了一点时间把阿里云上的 MYSQL5.7 换成了 Percona-Server .Percona 是一个开源的 MySQL 衍生版,TokuDB 的数据库引擎使得 Percona 服务器非常有吸引力,如果你需要的高性能,高可靠性和高性价比的解决方案,它将是一个很好的选择. Percona Server 5.7 comes with the TokuDB storage engine. You can find more information on how…
Percona Server 是 MySQL 的衍生版,专注于 Linux/BSD 下 MySQL 数据库服务器的改进, 在功能和性能上较 MySQL 有着显著的提升. Percona Server 的使用和 MySQL 完全一致,你完全可以把它当成是 MySQL 来使用. 安装 Percona Server 编辑 Percona.repo: # vi /etc/yum.repos.d/Percona.repo 添加以下内容: [percona] name = CentOS $releaseve…
Percona Server 5.6.33-79.0 发布了,该版本基于 MySQL 5.6.33,包含了所有的 bug 修复,是Percona Server 5.6 系列中的正式版本.该版本主要是修复bug,主要更新如下: 新特性 Percona Server has implemented support for per-column VARCHAR/BLOB compression for the XtraDB storage engine. This also features comp…
Percona Server 5.6 的首个 GA 版本发布了,版本号是 5.6.13-61.0 ,该版本基于 MySQL 5.6.13 改进内容包括: New Features: Percona Server has implemented a number of XtraDB Performance Improvements for high-concurrency scenarios. Percona Server has implemented a number of performan…