No body can answer that without knowing exactly how your app uses billed 
resources.

Latest details can be found here:

https://groups.google.com/d/topic/google-appengine/Hluog1_a3n4/discussion

BTW, 10 queries is too much - your goal should be zero or one query per page 
by using denormalisation, memcache and in-memory caching. 
 10 consecutive queries would result in a very slow website and if your 
requests don't complete in roughly 600ms or less then your app will not be 
auto-scaled which effectively kills it.

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine for Java" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-appengine-java/-/9hGSoMRIKkMJ.
To post to this group, send email to google-appengine-java@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine-java+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.

Reply via email to