From ae5a5ebf448c297060bb512387ee3bb04a45f318 Mon Sep 17 00:00:00 2001 From: Gleb Antonov Date: Fri, 14 Apr 2023 09:55:11 +0200 Subject: [PATCH] Logos for add-ons README --- addons/performance-tuning/README.md | 2 ++ addons/promote-new-primary/README.md | 2 ++ 2 files changed, 4 insertions(+) diff --git a/addons/performance-tuning/README.md b/addons/performance-tuning/README.md index 670db403..b9c76986 100644 --- a/addons/performance-tuning/README.md +++ b/addons/performance-tuning/README.md @@ -1,3 +1,5 @@ +

+ # Database Cluster Tuning Add-On The default configurations of the MySQL/MariaDB database clusters are suitable for a limited number of cases only. If you want to achieve the best performance from your cluster, personalized optimizations are needed. diff --git a/addons/promote-new-primary/README.md b/addons/promote-new-primary/README.md index 210515ec..17a68d88 100644 --- a/addons/promote-new-primary/README.md +++ b/addons/promote-new-primary/README.md @@ -1,3 +1,5 @@ +

+ # MySQL/MariaDB Primary-Secondary Auto-Failover Add-On The add-on is aimed to complement the MySQL/MariaDB Primary-Secondary implementation by handling its main flaw - no automatic failover upon primary failure. As a result, you get the consistency of the Primary-Secondary scheme (i.e. exactly one node to modify data) and simultaneously get auto-failover similar to Primary-Primary.