Persisting my entity to the database has the following profile: 224ms - real time 16811cpu_ms - total cpu usage 16715api_cpu_ms - api cpu usage
The entity has a single property of type List<String> with 1000 strings of length 16. The api_cpu_ms usage seems excessive for a straightforward insert and batch index update. Is this an oversight from google or is app engines index update process indeed this expensive a task? -- 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.
