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

Support for read-only operations on replicas #36

Closed
xiam opened this issue Aug 1, 2014 · 1 comment
Closed

Support for read-only operations on replicas #36

xiam opened this issue Aug 1, 2014 · 1 comment
Assignees
Milestone

Comments

@xiam
Copy link
Member

xiam commented Aug 1, 2014

Some databases support replication features. upper.io/db should distinguish between write operations (INSERT, UPDATE, DELETE) and direct them to master, read-only operations (SELECT) and direct them to slave[1], slave[2], ..., slave[n].

@xiam xiam self-assigned this Aug 1, 2014
@xiam xiam added this to the future milestone Apr 25, 2015
@xiam
Copy link
Member Author

xiam commented Apr 19, 2016

There's no need to do this. Users should be able to design their own environment and to decide how do they want to use it.

@xiam xiam closed this as completed Apr 19, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant