5 个回答
是的,想全局打开可以加global,不过会对性能有一定影响
发布于:4个月前 (01-08) IP属地:四川省
打开profile,可以通过 Query Profile 中的下面几个指标分析倒排索引的加速效果。
RowsInvertedIndexFiltered 倒排过滤掉的行数,可以与其他几个 Rows 值对比分析索引过滤效果
InvertedIndexFilterTime 倒排索引消耗的时间
InvertedIndexSearcherOpenTime 倒排索引打开索引的时间
InvertedIndexSearcherSearchTime 倒排索引内部查询的时间
发布于:4个月前 (01-08) IP属地:四川省
怎么打开呢?
发布于:4个月前 (01-08) IP属地:四川省
怎么打开呢?
执行 set enable_profile=true 打开会话变量,可以在 FE 的 web 页面的 Queris 标签中查看到作业的 Profile
发布于:4个月前 (01-08) IP属地:四川省
执行 set enable_profile=true 打开会话变量,可以在 FE 的 web 页面的 Queris 标签中查看到作业的 Profile
这个打开,只能针对当前窗口sql监控吧?
发布于:4个月前 (01-08) IP属地:四川省
我来回答
您需要 登录 后回答此问题!