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
We are exploring makara for splitting read write queries in our application. We want to send some read queries always to master. In Octopus, same can be achieved with: User.using(:master).count
Can we achieve the same thing in Makara also to forcefully send some read queries to master and others to default i.e replica?
The text was updated successfully, but these errors were encountered:
We are exploring makara for splitting read write queries in our application. We want to send some read queries always to master. In Octopus, same can be achieved with:
User.using(:master).count
Can we achieve the same thing in Makara also to forcefully send some read queries to master and others to default i.e replica?
The text was updated successfully, but these errors were encountered: