Skip to content
This repository has been archived by the owner on Jun 8, 2020. It is now read-only.

multiple database support #95

Open
cyberhck opened this issue May 25, 2019 · 0 comments
Open

multiple database support #95

cyberhck opened this issue May 25, 2019 · 0 comments
Labels
enhancement New feature or request feature request request a new feature

Comments

@cyberhck
Copy link
Contributor

There'll probably be a situation where we'll want to separate our read queries and write queries.

We need to have multiple database context, idea is to have 1 master db which only takes in writes, and N slave dbs which will be weighted and will be able to use weighted round robin for this.

Also add in a way so it's possible to do this, but if people don't want, should be easy to switch to simple 1 db as well.

@cyberhck cyberhck added enhancement New feature or request feature request request a new feature labels May 25, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request feature request request a new feature
Projects
None yet
Development

No branches or pull requests

1 participant