Eventual consistency means you'll get whatever data is on the
datastore node the request hits. That data may be the latest or it
might be out-of-date -- no guarantees are made. It also will not
cause that node to catch up if it is out-of-date.
Some things can tolerate eventual consistency, others can not. Up
to you to decide if you'd prefer the faster reads.
Robert
> --
> You received this message because you are subscribed to the Google Groups
> "Google App Engine" group.
> To view this discussion on the web visit
> https://groups.google.com/d/msg/google-appengine/-/9x6eQ4EBia8J.
> To post to this group, send email to google-a...@googlegroups.com.
> To unsubscribe from this group, send email to
> google-appengi...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/google-appengine?hl=en.
>