Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6862217
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T02:38:03+00:00 2026-05-27T02:38:03+00:00

I am very confused between these two consistency models. Please give some timeline examples

  • 0

I am very confused between these two consistency models. Please give some timeline examples along with explanation.
http://en.wikipedia.org/wiki/Consistency_model

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-27T02:38:04+00:00Added an answer on May 27, 2026 at 2:38 am

    It was hard to find information about this subject. However, At some point I found a statement that explained it clearly:

    • Linearizability gives isolation at the level of operations, while Serializability gives isolation at the level of transactions.

    (summarized from the in-depth description found here)

    As an example:

    enter image description here

    Here, A, B and C are three different transactions running at the same time. r(varname) means that the current transaction is accessing the value inside varname, and w(varname) means that the current transaction is writing a certain value in varname.

    Now, to create a linearized history of these events, we have to make sure that no two operations are happening at the same time. An operation that has started while another operation already started should appear behind the first operation.

    In this case:

    Log1: A.r(x), B.r(X), B.r(Y), A.w(X), C.r(Y)
    

    To create a Serialized history of these events, one has to separate all the operations of the transactions A, B and C so there are no interleaved operations from other transactions.

    From our example this could result in:

    Log2: A.r(x), A.w(x), B.r(X), B.r(Y), C.r(Y)
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

i am very confused please help to clarify these differences! are they all completely
Im very confused with the exact difference between them and different usage approach of
What is the difference between these two lines of code? int *ptr = &x;
Im getting very confused with indexes in MySQL. I have two tables: TableA1 and
whats the difference between these two access methods? nodes->at(235).push_back(NavigationNode(NULL,0,0)); nodes[235].push_back(NavigationNode(NULL,0,0)); second one gives this
Very confused here, trying out the yuicompressor on a simple javascript file. My js
I get very confused when it comes up to byte conversation. I need to
I'm VERY confused as to why this code Html.ActionLink(About, About, Home, new { hidefocus
I'm very confused by the MSDN samples. And all the samples I find generally
I'm very confused about the whole user profile thing in drupal, hope someone can

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.