So you are saying expando entities are limited to a few thousand properties (5000?) is there an exact limit?
If I have 1M expando entities, and each entity has 1 property that is unique, it will create 1M index _entries_, not 1M indexes, correct? Thanks, Robin On Sep 11, 4:13 am, "Nick Johnson (Google)" <[email protected]> wrote: > On Fri, Sep 11, 2009 at 7:58 AM, Robin B <[email protected]> wrote: > > > With expando, if I have 1M unique field names, does that create 1M > > unique indexes? > > It will create 1M index _entries_, yes (except that it's limited to a few > thousand, see below). > > > Are there any potential adverse effects to using expando as far as > > indexes are concerned? > > > Is there some kind of limit of 5000 unique field names like with list > > properties? > > Entities are limited at a few thousand indexed properties - two separate > fields count towards this the same way as a list with two items. > > -Nick Johnson > > > > > Thanks, > > > Robin > > -- > Nick Johnson, Developer Programs Engineer, App Engine --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
