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

Set the read consistency level to ONE #62

Closed
wants to merge 1 commit into from

Conversation

ruhan1
Copy link
Contributor

@ruhan1 ruhan1 commented Apr 17, 2020

We can lower down the read consistency to ONE to speed up the read. Since we already set write consistency to ALL, this won't lose any consistency.

@ruhan1
Copy link
Contributor Author

ruhan1 commented Apr 19, 2020

I realized that the read consistency level only affects the availability but not performance. No matter what level, the collaborator node only send request to one replica node.
Abandon it.

@ruhan1 ruhan1 closed this Apr 19, 2020
@ruhan1 ruhan1 deleted the master-read-level branch April 19, 2020 02:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant