At my FOSDEM talk earlier this year, I gave a trick for fixing a crashed GTID replica. I never blogged about this, so now is a good time. What is pushing me to write on this today is my talk at MinervaDB Athena 2020 this Friday. At this conference, I will present more details about MySQL replication crash safety. So you know what to do if you want to learn more about this subject. Let's now talk about voodoo.
Showing posts with label Replication Crash Safety. Show all posts
Showing posts with label Replication Crash Safety. Show all posts
Saturday, December 5, 2020
Tuesday, July 9, 2019
MySQL Master Replication Crash Safety Part #4: benchmarks of high and low durability
This is a follow-up post in the MySQL Master Replication Crash Safety series. In the three previous posts, we explored the consequence of reducing durability on masters (including setting sync_binlog to a value different from 1). But so far, I only quickly presented why a DBA would run MySQL with such configuration. In this post, I present actual benchmark results. I also present a fundamental difference between on-premise servers and cloud virtual machines as my tests are done in Google Cloud Platform (GCP). But before going further, let's summarise the previous posts.
Monday, August 27, 2018
Another Post on the Percona Community Blog, Bug Activities on Replication Crash Safety, and Percona Live Europe
I published another article on the Percona Community Blog. This time, it is about Semi-Synchronous Replication. You can read the post here:
I previously wrote about my motivation to publish on the Percona Community Blog. Things have not changed: I still believe it is a great community initiative that I want to encourage. You can learn more about the Percona Community Blog in their Hello World and in the Story So Far posts.
Tuesday, April 4, 2017
Busy April 2017: MariaDB Dev Meeting (no-slave-left-behind, MyRocks, ...) and Percona Live
In a few days, I will start my yearly travel to North America which will bring me at Percona Live at the end of the month. But I will first stop in New York to attend the MariaDB Developer Meeting. Let's see what will happen there.
Saturday, August 20, 2016
A discussion about sync-master-info and other replication parameters
Some time ago, feedback was requested on new replication default after MySQL 5.7. Some of the suggested default are:
- relay-log-info-repository = TABLE (previous default FILE)
- relay-log-recovery = ON (previous default OFF)
- master-info-repository = TABLE (previous default FILE)
- sync-master-info = 1,000 (previous default 10,000)
- sync-relay-log = 1,000 (previous default 10,000)
Subscribe to:
Posts (Atom)