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

Return connections to the master database #14

Open
gedl opened this issue Oct 23, 2018 · 1 comment
Open

Return connections to the master database #14

gedl opened this issue Oct 23, 2018 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@gedl
Copy link
Contributor

gedl commented Oct 23, 2018

One use case of a database cluster is by an application with a heavy bias towards reads.
In this case, the master database can be mostly idle

This task is to implement a configurable mechanism where the user specifies whether (/how much) a connection to the writer instance should be returned, additionally to the read round-robin.

@gedl gedl added the enhancement New feature or request label Oct 23, 2018
@AndreyLebedenko AndreyLebedenko self-assigned this Oct 24, 2018
@ballen-bw
Copy link

I would also like to see this enhancement. We use the dice-fairlink driver for a read-only application but would like to be able to send connections to the writer too since it is very underutilized, which translates to a waste of thousands of dollars depending on the size. The writer instance must be kept at a large size in order to utilize autoscaling since the autoscaled instances are always created at the same size as the writer. Even if it was just a basic option to enable/disable connections to the writer, that would be very helpful and seems like it would be fairly easy to implement.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants