admin管理员组文章数量:1221290
I'm using ADX as one of my backend and trying to debug the query performance using .show queryplan
command. Not able to find any documentation on the output of queryplan command.
Anybody know what plansize
, relopsize
, replotree
mean in the output ?
I'm using ADX as one of my backend and trying to debug the query performance using .show queryplan
command. Not able to find any documentation on the output of queryplan command.
Anybody know what plansize
, relopsize
, replotree
mean in the output ?
- Can you provide your query and the output that you got? and what is your expected output here? – Rakesh Govindula Commented yesterday
- @RakeshGovindula : I'm trying to understand these terms irrespective of the output. I don't have any expected output because I don't understand what's replotree – voidMainReturn Commented yesterday
1 Answer
Reset to default 0I have tried the above query and it is giving syntax error for me.
I have tried for the documentation but not able to find it.
I'm using ADX as one of my backend and trying to debug the query performance
You can use .show queries
command for this requirement. This will give the query performance details like Memory usage
, Totalcpu
consumed time by the query, cacheStatistics
..etc.
Sample demo:
本文标签: azureMicrosoft kusto show queryplan documentationStack Overflow
版权声明:本文标题:azure - Microsoft kusto show queryplan documentation - Stack Overflow 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1739296064a2156912.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论