Hi Paul, On Oct 26, 9:49 pm, "Paul Kinlan" <[EMAIL PROTECTED]> wrote: > Is the limit to the number of items in a ListProperty 1000? I ask because > the limit to the number of results in a Query is 1000 and if the data in the > list is stored as seperate entities in the index I am assuming that this > means that the limit is 1000 as per the query guidelines.
The limit is 5000 index entries per entity. So, if you have a StringProperty and a ListProperty you can put 4999 items into the list. The problem just seems to be that put() consumes *lots* of mcycles if your entity needs many index entries. I don't know if that'll change and how much we'll get charged for it. Bye, Waldemar Kornewald --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
