On Mon, Sep 16, 2013 at 11:07 AM, José Antonio <[email protected]> wrote:
> When executing a mapreduce against Google App Engine Datastore, the > queries for rest of my application slow down significantly . > Do I need to include any special option in mapreduce python sentence to > avoid this. > > There's no special options, but you can space out datastore calls and rate limit your code. Do you have multithreading enabled in app.yaml? ----------------- -Vinny P Technology & Media Advisor Chicago, IL App Engine Code Samples: http://www.learntogoogleit.com -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/google-appengine. For more options, visit https://groups.google.com/groups/opt_out.
