You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 8, 2020. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: