I have three tables consisting of 21 fields.  The majority of them are
strings and the maximum string length is approximately 50 chars.  I
had some 500's during the development, but not many overall.

Other than disabling autogenerate in the index.yaml, how would I take
control of which fields are indexed?  When I tried to set indexing on
single fields I got an error that this was done automatically.

Thank you for your help.

On Sep 22, 12:31 pm, vivpuri <[email protected]> wrote:
> 120k transactions can lead to that kind of CPU count if you have quite
> a few properties. Datastore indexes each entity/property, unless you
> disable indexing. And this indexing also consumes resources. Also HTTP
> 500 results in tasks getting retried till they succeed. And depending
> on where the HTTP 500 is encountered, that failed task will still
> consume resources.
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to