Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions addons/performance-tuning/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
<p align="center"><img style="padding: 0 15px; float: left;" src="images/mysql-proxysql-tuning.png" width="70"></p>

# 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.
Expand Down
2 changes: 2 additions & 0 deletions addons/promote-new-primary/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
<p align="center"><img style="padding: 0 15px; float: left;" src="images/db-failover-red.png" width="70"></p>

# 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.
Expand Down