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

Popular posts from this blog

python - Subclassed QStyledItemDelegate ignores Stylesheet -

java - HttpClient 3.1 Connection pooling vs HttpClient 4.3.2 -

SQL: Divide the sum of values in one table with the count of rows in another -