-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adds ProxySQL to the stack, which acts as a connection pool and provides the ability to route queries to different physical MySQL machines, e.g. for schema-based sharding #119. Applications communicate with ProxySQL via unix domain sockets, which means that it will be deployed as a sidecar. There are no query rules defined for the environments yet. ProxySQL will pay of during load tests #118. ProxySQL is optionally configurable via the PROXYSQL_CONFIG environment variable, which is required for the Play with Docker environment because the stack file must be self-contained.
- Loading branch information
Showing
10 changed files
with
4,805 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.