I've read the consistency page on

https://cloud.google.com/appengine/docs/java/datastore/structuring_for_strong_consistency

now i know that for queries to be consistent you need to use ancestor 
queries.

What about single key? query for example:

Entity e = datastore.get(Key)

are they eventually consistent or strongly consistent?
please do cite references or links

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine.
For more options, visit https://groups.google.com/d/optout.

Reply via email to