I'm somewhat new to App Engine, and attempting to streamline my app's datastore 
load.

With a LAMP app, I'm usually able to access or generate a database query log to 
assist in this process -- a list of all queries run on the database for a given 
http request, along with how long each took and other helpful metadata.

Is there a good way to access or create something similar for App Engine 
queries? The closest I've found is Appstats -- but while Appstats will provide 
information sorted by http-request, I haven't found a way to make it display a 
database query log.

Any help would be appreciated. Thanks,

=Tim=








-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appeng...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.

Reply via email to