Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Logos for add-ons README #270

Open
wants to merge 1 commit into
base: JE-66025
Choose a base branch
from
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