yes i use count. what can instead it?
On 9月14日, 上午2时28分, JH <[email protected]> wrote: > Yes I found counts absolutely kill your small datastore ops. Of > course it has never been recommended to .count()... but if you are you > will not be able to stay in free quota... > > On Sep 13, 12:51 pm, "Gregory D'alesandre" <[email protected]> wrote: > > > > > > > > > Doing a > > count<http://code.google.com/appengine/docs/python/datastore/queryclass.htm...> > > 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.
