Can anyone explain what that means?!
It seems that the number of entities referring to a specific entity,
X, will be limited by this limit which means, that a parent entity can
only have a quite limited number of child entities. Is that right?
--
You received this message because you are subscribed to the Google Groups "Google App Engine" group.
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.
--
You received this message because you are subscribed to the Google Groups "Google App Engine" group.
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.
»Let E be an arbitrary entity, let A(E) denote the number of
columns (including individual list items for list-type columns) for E,
and let B(E) denote the number of index-rows in a single index
referring to E. Then the number of values for E in that index is
A(E)*B(E).«
And here, the requirement apparently is, that in each index and for
each entity, E, we must have A(E)*B(E) < 5000.