On Fri, Sep 11, 2009 at 7:58 AM, Robin B <robi...@gmail.com> 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 google-appengine@googlegroups.com
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to