-
Notifications
You must be signed in to change notification settings - Fork 84
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
Reads should not create an entry in the log #18
Comments
Oh cool, someone's been reading that thing I wrote :) |
And even more than once ! :-) Great dissertation ! Unfortunately most (including my own) are throwaway stuff :-) |
Implement this in all building blocks (including |
Hi Belaban, I am starting to use this here . Is it ok to assume this issue is no more in 3.6.6 final? By the way, thank you so much for your coding. |
Hi @mauricioscastro, |
Currently, read requests can either be dirty (handled locally) or are added to the log as normal entries. In the latter case, there's a write to disk which is costly.
Implement a third solution that provides linearizable reads as described in section 6.4 of [1].
[1] https://github.com/ongardie/dissertation
The text was updated successfully, but these errors were encountered: