Hi Jia Jun, Writing one datastore entity may require many writes. Alfred gives a good summary of this here: https://groups.google.com/d/msg/google-appengine/mjnSqQWOfqU/cgPVeHbrR8oJ
-Nick Johnson On Fri, Nov 18, 2011 at 11:43 PM, Jia Jun Tan <[email protected]> wrote: > My app had been running beyond the 50k free datastore put limit these few > days. So i examined the numbers today. > > Using appstat and the dashboard, i manually calculated the number of > writes for 4 hours since the quotas resetted. > > I had 4 paths that generated datastore_v3.Put: > > 22(writes)*41(requests) = 902 > 4(writes)*36(requests) = 144 > 2(writes)*41(requests) = 82 > 12(writes)*30(requests) = 360 > > this totals to 1488 datastore write operations, which is a far cry from > the 0.03 of 0.05 Million Ops that the dashboard says i used. > > is there a bug somewhere in the system? > > Regards, > Jia Jun > > -- > You received this message because you are subscribed to the Google Groups > "Google App Engine" group. > To view this discussion on the web visit > https://groups.google.com/d/msg/google-appengine/-/2zWmuWPQbyAJ. > 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. > -- Nick Johnson, Developer Programs Engineer, App Engine -- 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.
