Let's say I have the following model:

class Person(db.Model):
    name = db.StringProperty()
    country_clubs = db.ListProperty(db.Key)
    credit_cards = db.ListProperty(db.Key)


Where the person can belong to 10 different country clubs, and can
have 15 different credit cards.  Does this lead to exploding indexes?


--~--~---------~--~----~------------~-------~--~----~
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-appengine@googlegroups.com
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to