[google-appengine] Re: ReferenceProperty proving slow, what path should we take?

2008-12-22 Thread ohadpr
for the users of that group. On Dec 21, 7:35 am, ohadpr oha...@gmail.com wrote: hi all, i'm playing with appengine's data models and i've just hit a little bump in the road: my classes are Group and User, I have many groups and many users. a user can belong to a group, and so I've

[google-appengine] ReferenceProperty proving slow, what path should we take?

2008-12-21 Thread ohadpr
hi all, i'm playing with appengine's data models and i've just hit a little bump in the road: my classes are Group and User, I have many groups and many users. a user can belong to a group, and so I've used a ReferenceProperty from the user to the group which gave me a set of users in the group