I have a root User entity and a child Note entity. Each User can have
many Note entities. The Note entity has four indices.

I've noticed that as the number of Note entities for a User increases
so does the request time/latency and CPU used on Note insert
operations. When the number on Note entities for a user is about 1000,
an insert Note request takes about 10 seconds in request time and
about 40 seconds of CPU, which is very high and as it continues to
increase it makes my app unusable.

Is there something I can do to optimize this, or is this an app engine
issue?

Thanks,
Lucian
-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine for Java" 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-java?hl=en.


Reply via email to