from http://code.google.com/appengine/articles/managing-resources.html:
"Whenever possible, replace indexed properties (which are the default) with unindexed properties, which reduces the number of datastore write operations when you put an entity." On Tue, Sep 6, 2011 at 7:57 AM, Richard Druce <[email protected]> wrote: > With the appengine pricing changes, we've been paying attention to our > datastore puts. According to the pricing comparison chart we're making 2.18 > million puts a day. This seems a lot higher than expected. We receive about > 0.6 queries per second which means that each request is making about 60 > puts!! > > Using the sample code for db > profiling http://code.google.com/appengine/articles/hooks.html we measured > this for a day and the most we counted was ~14,000 which seems more > reasonable. Does anyone have experience with something similar on their > site? > > Thanks, > Richard > > -- > 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.
