I have an entity with a db.ListProperty(float), each instance having about 10 values in the list. I have no custom indexes on this property.
A relatively large number of puts (0.01%) on this entity kind end up in timeout. I'm wondering if removing this list property will reduce the risk of timeout on put. The alternative is to replace it with a TextProperty holding a JSONized list. I do not need to query on this list property. Should I go ahead and do this? I'd like to also get feedback on the data migration implications of this. If I delete a property in the python model definition, what will actually happen under the hood? Thanks for your feedback. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
