On Tue, Jul 22, 2014 at 7:17 PM, Adrian <[email protected]> wrote:
> I have been playing with all of the settings I can think of (including > going from an F1 to F4 instance), but to no avail I am consistently getting > a ~1 second lag on this POST request. For some reason, the process seems to > just stop for arbitrary amounts of time, and it is severely degrading my > app's performance. Note that this is not a situation where cold instances > are being spun up, nor where there are many instances trying to access a > given entity (which shouldn't matter anyway). > To clarify: the gap you're referring to is the approximately 750 - 1700 space in the first AppStats screenshot, correct? It looks like the pickling operation is taking a long time. If you reduce the index search limit to 20, then to 10, then to 5 records, what impact does this have on performance? How large is the data you're pickling? ----------------- -Vinny P Technology & Media Consultant 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/d/optout.
