【发布时间】:2012-03-29 01:24:47
【问题描述】:
我在本地 GAE/Python 服务器上运行默认 AppStats。 AppStats 显示了 datastore_v3.RunQuery 和 datastore_v3.Get 的详细信息,但没有关于 GQL 查询的有用信息(如下)。
还有办法查看实际查询吗?
UPD。我不直接使用 GQL 查询,而是通过 get() 和 fetch() 间接使用。我说的是如何查看这 500 毫秒的时间。当前信息是无用的,用户应该为此调查堆栈跟踪。
Request: Query<app_='dev~app', compile_=True, composite_index_=[], filter_=[Query_Filter<...>], ...>
Request: Query<app_='dev~app', compile_=True, composite_index_=[], filter_=[Query_Filter<...>], ...>
Request: GetRequest<key_=[Reference<app_='dev~app', has_app_=1, has_path_=1, path_=Path<...>>, ...], ...>
【问题讨论】:
标签: python google-app-engine appstats