consistency in key value stores
play

Consistency in key- value stores Monika Moser Consistency - PowerPoint PPT Presentation

Consistency in key- value stores Monika Moser Consistency guarantees explain a system's behavior Where is my data I just updated? The consistency guarantees of a system influence the behavior perceived by a client. An ideal world The result


  1. Consistency in key- value stores Monika Moser

  2. Consistency guarantees explain a system's behavior

  3. Where is my data I just updated? The consistency guarantees of a system influence the behavior perceived by a client.

  4. An ideal world The result of every write-operation is reflected by subsequent read-operations. 1-copy-serializability

  5. Replication Internet-scale storage systems replicate data Performance Availability Persistence

  6. Different kinds of consistency guarantees for the client

  7. Consistency from a client's point of view Eventual Strong (1-copy serializability)

  8. Eventual consistency

  9. Eventual consistency flavors Read your writes consistency

  10. Eventual consistency flavors Session consistency

  11. Eventual consistency flavors Monotonic read consistency

  12. Strong consistency 1 copy serializability

  13. Consistency from a system's point of view

  14. Read and write sets N Replicas W Replicas in the write set R Replicas in the read set

  15. Strong consistency W + R > N

  16. Weak or eventual consistency W + R <= N

  17. You have to choose! CAP-Theorem 2 out of 3 Partition tolerance Availability Consistency

  18. Consistency, Availability, Partition Tolerance Availability of data cannot be guaranteed

  19. Consistency , Availability , Partition Tolerance Consistency of data cannot be guaranteed

  20. Strong consistency. What makes it expensive?

  21. Strong consistency Write all, read one No failures tolerated Good read performance

  22. Strong consistency Quorum, e.g Paxos Read and writes from a majority Tolerates the failure of a minority

  23. If you need agreement you're lost “Each node in a system should be able to make decisions purely based on local state. If you need to do something under high load with failures occurring and you need to reach agreement, you’re lost… If you’re concerned about scalability, any algorithm that forces you to run agreement will eventually become your bottleneck. Take that as a given.” — Werner Vogels, Amazon CTO and Vice President

  24. Paxos A fault tolerant quorum-based consensus algorithm

  25. Paxos properties Replicas may crash and later recover Messages may be lost If a majority of replicas runs without crashing, all replicas eventually agree

  26. Paxos 2 Phases Read phase Get a promise that your update will be executed by a quorum Write phase If the read phase was acknowledged, start the write phase

  27. Paxos - communication steps Writes: Leader

  28. Paxos - leader fails Writes: New Leader Ordering among leaders

  29. Paxos - leader fails Writes: New Leader Ordering among leaders Choice of value restricted

  30. Tradeoffs Availability vs Consistency Read vs Write Performance Read patterns of the system? Write patterns? Probability of a conflict? Can the system deal with the conflict resolution techniques?

  31. Questions? Thanks! monika.m.moser@googlemail.com

Download Presentation
Download Policy: The content available on the website is offered to you 'AS IS' for your personal information and use only. It cannot be commercialized, licensed, or distributed on other websites without prior consent from the author. To download a presentation, simply click this link. If you encounter any difficulties during the download process, it's possible that the publisher has removed the file from their server.

Recommend


More recommend