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

Use slave mysql servers for some of the read operations #179

Closed
havetisyan opened this issue Jul 18, 2017 · 0 comments
Closed

Use slave mysql servers for some of the read operations #179

havetisyan opened this issue Jul 18, 2017 · 0 comments

Comments

@havetisyan
Copy link
Collaborator

ZMS currently only uses the master db for both read and write operations. Instead, it should provide the option to configure read-only databases that could be used for read-only operations. This presents read-after-write problem where if the replication is not fast enough after adding an entry, the subsequent read could be handled from a slave that hasn't received the update, however, the benefit of unloading the read operations to slaves is quite important.

havetisyan added a commit that referenced this issue Jul 18, 2017
#179 Use slave mysql servers for some of the read operations
WindzCUHK pushed a commit to WindzCUHK/athenz that referenced this issue Nov 12, 2019
WindzCUHK pushed a commit to WindzCUHK/athenz that referenced this issue Nov 12, 2019
AthenZ#179 Use slave mysql servers for some of the read operations
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