Use Appstats. It may not be the query that is slow. If you are using reference properties, perhaps you are dereferencing them. If you should us the query and how you're using the results we might be abel to give more suggestions.
http://code.google.com/appengine/docs/python/tools/appstats.html Robert On Mon, Mar 14, 2011 at 10:54, adhi <[email protected]> wrote: > Hi, I'm running a query in appengine which is returning just 1200 > entities, but its taking 3.5 seconds. The query doesn't contains > inequality filters, but anyway I added index for that. Can anyone tell > me how to analyse this and improve the performance? > > -- > 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.
