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

Unclear phrase in chapter 2 about sequential consistency #34

Open
ernesto-jimenez opened this issue Jan 1, 2015 · 2 comments
Open

Unclear phrase in chapter 2 about sequential consistency #34

ernesto-jimenez opened this issue Jan 1, 2015 · 2 comments

Comments

@ernesto-jimenez
Copy link

Chapter 2 contains the following phrase:

The difference seems immaterial, but it is worth noting that sequential consistency does not compose.

However, it's not clear what you mean when you say "sequential consistency does not compose".

@mixu
Copy link
Owner

mixu commented Jan 1, 2015

Yeah, it's left a bit unexplained - if I we're rewriting the book today, I'd bring this particular section on the kinds of "strong" consistency models to be more in line with what Peter Bailis wrote recently http://www.bailis.org/blog/linearizability-versus-serializability/ also http://en.wikipedia.org/wiki/Sequential_consistency

I didn't quite want to bring in serializability vs. linearizability topic in yet at that point since serializability is a transactional DB related concept and much of what I write doesn't involve that stuff, but I'll try to revisit this section next time I'm updating the book so that it is a bit more clear.

@murraycu
Copy link

murraycu commented Apr 3, 2017

It would also be nice if it said whether "Sequential Consistency" and "Serializability" are the same thing.

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

No branches or pull requests

3 participants