It only explodes if you query them together. but I guess you don't
need to query credit_cards with country_clubs at the same time, since
credit_cards will be unique.

On Nov 12, 12:49 pm, johnP <[EMAIL PROTECTED]> wrote:
> 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