An entity without a parent is by definition an entity group of itself. So yes, 
strongly consistent.

https://cloud.google.com/appengine/docs/python/datastore/entities 
<https://cloud.google.com/appengine/docs/python/datastore/entities> 

An entity's parent, parent's parent, and so on recursively, are its ancestors; 
its children, children's children, and so on, are itsdescendants. An entity and 
its descendants are said to belong to the same entity group. 

> On Jan 15, 2015, at 6:28 AM, tskaahyeah <steven.y....@gmail.com> wrote:
> 
> 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 
> <mailto:google-appengine+unsubscr...@googlegroups.com>.
> To post to this group, send email to google-appengine@googlegroups.com 
> <mailto:google-appengine@googlegroups.com>.
> Visit this group at http://groups.google.com/group/google-appengine 
> <http://groups.google.com/group/google-appengine>.
> For more options, visit https://groups.google.com/d/optout 
> <https://groups.google.com/d/optout>.

-- 
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