Enhance task
field for explain/explain analyze
#33332
Labels
type/enhancement
The issue or PR belongs to an enhancement.
task
field for explain/explain analyze
#33332
Enhancement
Currently, the output of
explain/explain analyze
contains a column namedtask
, it can beCopRequest
CopRequest
BatchCopRequest
However, since v5.0.0, TiDB/TiFlash support
mpp
, that is some tasks are actually running in TiFlash viaMPPRequest
, buttask
in the output ofexplain
does not support this, even if the task is running in mpp mode, it still showscop[tiflash]
orbatchCop[tiflash]
, this will make user confused, better to add a new task typempp[tiflash]
to show that the task is running in TiFlash viaMPPRequest
The text was updated successfully, but these errors were encountered: