Are model queries through ReferenceProperty strongly consistent in app engine? -
if have submodel connected model through referenceproperty , query submodels through modelentity.submodels, query consistent?
all queries can consistent when utilising entity group (ie parent key). if reference properties within same entity group consistent.
in case haven't read it, have @ https://developers.google.com/appengine/docs/python/datastore/structuring_for_strong_consistency
Comments
Post a Comment