ProxySQL 1.4.2 introduced native clustering, allowing several
ProxySQL instances to communicate with and share configuration
updates with each other. In this blog post, I’ll review this new
feature and how we can start working with 3 nodes.
Before I continue, let’s review two common methods to installing
ProxySQL.
ProxySQL as a centralized server
This is the most common installation, where ProxySQL is between
application servers and the database. It is simple, but without
any high availability. If ProxySQL goes down you lose all
connectivity to the database.
ProxySQL on app instances
Another common setup is to install ProxySQL onto each application
server. This is good because the loss of one ProxySQL/App server
will not bring down the entire application.
For more information about the previous installation, please
visit this link …
[Read more]