That'll be fine They are grouped because they are all the same kind, The datastore workds on kinds not the class property for identifying entity types
As for location of entities, that is predicated on things like parent entities and transactions not on the kind or class. Have a readup on entity groups for an explanation. http://code.google.com/appengine/docs/python/datastore/keysandentitygroups.html#Entity_Groups_Ancestors_and_Paths See ya T On Jun 2, 9:33 am, Oliver Zheng <[email protected]> wrote: > A lot of my models have things like modified_time and created_time. I > currently have them setup so they inherit this from a PolyModel class. > Is this a smart idea? I see that they are grouped together in the > admin page. Performance wise, does this mean they will have to be > located on the same machine and thus have slow access time? > > Thanks. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en -~----------~----~----~----~------~----~------~--~---
