On Tue, Oct 25, 2011 at 2:52 AM, Mos <[email protected]> wrote: > > That's interesting. So there is no guarantee for a maximum delay of the > "eventually consistency". > I understand you right, that in practice it could take hours for a new blog > post to show up in a query? >
Here's the thread: https://groups.google.com/forum/#!topic/google-appengine/NdUAY0crVjg/discussion Look for Alfred's (aka the datastore guru) comment. I interpret this as meaning hours is unlikely - it probably would only be due to a catastrophic scenario like datacenter loss. But it's possible. And depending on your robustness requirements, you might want to be prepared for minutes (and the risk of a memcache flush in that duration). I wouldn't worry too much about a blog post, but a commerce transaction that goes missing for a few minutes could really freak out a customer. Jeff -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en.
