MySQL 8.0.20 Replication Enhancements

栏目: IT技术 · 发布时间: 5年前

内容简介:We have justAlright, this time it is a small list – but compelling! Have fun trying out these new replication features in MySQL 8.0.20 and send us feedback either by commenting on this blog post or by

We have just released MySQL 8.0.20 . And it has some interesting replication enhancements. In particular one big and exciting feature: binary log compression. Here is the list of things in this release:

  • Binary Log Compression ( WL#3549 ) . This work done by Luís Soares implements binary log compression, making use of the popular compression algorithm ZSTD. Compression is done per transaction. Compressed transactions remain compressed when they are replicated between servers. This means that storing on disk and moving the contents of the binary log around through the network shall consume less storage space and network bandwidth respectively.
  • Controlling Primary Key Checks on Secondaries ( WL#13239 ). This work done by Pedro Gomes enables the user or operator to control whether the applier threads are allowed to: (a) create or alter tables in such a way that would leave them with no primary key; (b) apply CREATE TABLE or ALTER TABLE without holding the privileges to alter @@session.sql_require_primary_key. This means that a DBA operating a secondary, that is deployed on a different responsibility domain than that of the primary, can adjust the primary key policies on that secondary server independently of the settings on the upstream primary server.

Alright, this time it is a small list – but compelling! Have fun trying out these new replication features in MySQL 8.0.20 and send us feedback either by commenting on this blog post or by submitting a feature request or even a bug . Enjoy!

88 total views,  84 views today


以上就是本文的全部内容,希望对大家的学习有所帮助,也希望大家多多支持 码农网

查看所有标签

猜你喜欢:

本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们

深入解析Spring MVC与Web Flow

深入解析Spring MVC与Web Flow

Seth Ladd、Darren Davison、Steven Devijver、Colin Yates / 徐哲、沈艳 / 人民邮电出版社 / 2008-11 / 49.00元

《深入解析Spring MVCgn Web Flow》是Spring MVC 和Web Flow 两个框架的权威指南,书中包括的技巧和提示可以让你从这个灵活的框架中汲取尽可能多的信息。书中包含了一些开发良好设计和解耦的Web 应用程序的最佳实践,介绍了Spring 框架中的Spring MVC 和Spring Web Flow,以及着重介绍利用Spring 框架和Spring MVC 编写Web ......一起来看看 《深入解析Spring MVC与Web Flow》 这本书的介绍吧!

RGB转16进制工具
RGB转16进制工具

RGB HEX 互转工具

在线进制转换器
在线进制转换器

各进制数互转换器

HSV CMYK 转换工具
HSV CMYK 转换工具

HSV CMYK互换工具