Sharding: http://code.google.com/appengine/articles/scaling/contention.html
On Oct 5, 2011, at 11:01 AM, Benjamin wrote: > huh. It must be that the task queue is attempting several writes in < > second. I could use some guidance on the best way to handle this kind > of demand. I was considering maintaining the statistics in memcache > and then having them trickle back into the datastore using a cron task > so i can control the frequency. > > > > On Oct 5, 10:47 am, Simon Knott <[email protected]> wrote: >> I believe that the advised write-rate for a single entity group is 1 write >> per second. > > -- > 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.
