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.