Profile API这东西,一般是用来检查查询缓慢的原因用的。这里做个记录:
官方使用示例:
GET /twitter/_search
{
"profile": true,
"query" : {
"match" : { "message" : "some number" }
}
}
Yii在搜索的body中添加子元素
'profile'=>true
dump出search的返回结果即可查看性能分析细节。
相关资料:https://www.elastic.co/guide/en/elasticsearch/reference/current/search-profile.html
如您从本文得到了有价值的信息或帮助,请考虑扫描文末二维码捐赠和鼓励。
如本文对您有用,捐赠和留言 将是对我最好的支持~(捐赠可转为站内积分)
如愿意,请向朋友推荐本站,谢谢。
尊重他人劳动成果。转载请务必附上原文链接,我将感激不尽。
留言