July 12, 2017 at 6:36 am
what it means when we say "read-after-write" consistency ?
in simple words please
July 12, 2017 at 6:38 am
If you write a piece of data, then read it at any time after the write completed, you get back the data that you wrote.
Gail Shaw
Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
July 15, 2017 at 6:24 am
GilaMonster - Wednesday, July 12, 2017 6:38 AMIf you write a piece of data, then read it at any time after the write completed, you get back the data that you wrote.
okay....this is understandable now.
with respect to this .. what does it mean when we say "eventual consistency" ? in easy words please.
July 15, 2017 at 1:48 pm
The opposite of the previous definition.
Gail Shaw
Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
Viewing 4 posts - 1 through 3 (of 3 total)
You must be logged in to reply to this topic. Login to reply