I have several list properties in my model. The number of values in
some entities has recently exceeded 5000 so the error 'Too many
indexed properties for entity' has occured. I added 'indexed=False' to
list properties of this model but I still got the error when the
number of values in entity exceeds 5000. How can I keep more than 5000
values in list properties of one entity (i don't need index for them)?
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---