Thank you Brian and Stacy. I can now see from the error log
that .count() method was consuming all my quota. I'll now need to use
len or some other method of counting to avoid going over the quota.

Thanks,
Sargis


On Nov 7, 2:29 pm, "Stacy (Google)" <sta...@google.com> wrote:
> This is best explained 
> here:http://code.google.com/appengine/kb/postpreviewpricing.html#operation...<http://www.google.com/url?sa=D&q=http%3A%2F%2Fcode.google.com%2Fappen...>
> Small operations are neither reads nor writes, but are key allocations, 
> returning
> keys from a query, or counts.
> Your "Billing History" usage reports can tell you if you are using a 
> substantial
> number of these operations now.
>
> Stacy

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appengine@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.

Reply via email to