Thanks - my query was: field < value, but I forget about value None less than any value. It is my mistake.
> > Hi Timofey, > > I'm not still able to answer why, but maybe you can investigate it by using > appstats. > > The public doc for appstas: > https://developers.google.com/appengine/docs/python/tools/appstats?hl=en > > -- Takashi > > On Thu, Sep 27, 2012 at 6:13 PM, Timofey Koolin <[email protected]> wrote: > I have production app (f1f2ru - it paid) and test app(rek-test - it free). > Both every hour make cron job: query to database and send emails (if need). > My production app at start point and have very small data in database (tens > records). > > For both app usually result of query have 0 entities (empty) and don't send > any emails. Handler on test app work 10-200ms. > <test app.png> > But in production app it take 1400-2500ms. Settings and code are absolutely > identical. > <production app.png> > > Why? > > -- > 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. > > > > -- > Takashi Matsuo | Developers Advocate | [email protected] > > > -- > 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.
