Slide 21
Slide 21 text
You bet. But that’s eventual consistency for you.
Q: What if “Blue” and “Purple” are the same app with 2 consecutive writes?!
Applications need to design around this:
• Single application writer per document, or
• Clearly defined hand-offs between different stages of processing, or
• Stream-based model (documents never modified), or
• Database-per-user model
21