On Tue, Sep 6, 2011 at 10:05 PM, Jason Collins <[email protected]> wrote: > > We are seeing a lot more datastore write operations than we can > account for (375M / day). Still trying to get to the bottom of it > because it makes for a scary line item on the new sample bills.
Divide 375M writes by number of request to get the average writes per request. Use code similar to the following to log requests with more than average writes: https://gist.github.com/715284 Should home in on the write-happy code pretty quickly. -- 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.
