Doing a count<http://code.google.com/appengine/docs/python/datastore/queryclass.html#Query_count> uses key fetch ops, is it possible you have a few counts in your code?
Greg On Tue, Sep 13, 2011 at 10:14 AM, saintthor <[email protected]> wrote: > now, my quota: > > Datastore Entity Fetch Ops > 0% > 0% 17,400 of Unlimited Okay > Datastore Entity Put Ops > 0% > 0% 136 of Unlimited Okay > Datastore Entity Delete Ops > 0% > 0% 0 of Unlimited Okay > Datastore Index Write Ops > 0% > 0% 240 of Unlimited Okay > Datastore Query Ops > 0% > 0% 343 of Unlimited Okay > Datastore Key Fetch Ops > 0% > 0% 208,358 of Unlimited Okay > > > Datastore Key Fetch Ops is much more than others. what may cause this? > > -- > 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. > > -- 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.
