从 information_schema.cluster_statements_summary 查询的 plan_digest , 使用 tidb_decode_plan(‘xxxxx’) 返回为空, 这是为啥呢, 只能通过plan 字段查执行计划吗
可以试试在cluster_slow_query中,用plan_digest 去找执行计划
1 个赞
参照文档,是需要去慢查询cluster_slow_query中去拿编码
https://docs.pingcap.com/zh/tidb/stable/tidb-functions#tidb_decode_plan
1 个赞