How many entities did it fetch? The datastore is not fast, so if you are grabbing a couple hundred entities that number may not be too unexpected.
Robert On Mon, Sep 6, 2010 at 05:00, Flips <[email protected]> wrote: > Hi, > > I have a problem I cannot solve. To process tasks that are too > complicated for app engine I have a little stack implemented in > datastore. Tasks will be inserted in it and my dedicated servers are > periodically asking app engine for new tasks. It basicly works like > this: http://pastebin.com/NKt2z1PQ > > The problem is that this query is getting really slow sometimes e.g. > http://i55.tinypic.com/25p643m.png > > This slow query execution is not normal or is it? > > Best Regards > Philip > > -- > 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.
