improve the executor runtime information collection #18663
Labels
help wanted
Denotes an issue that needs help from a contributor. Must meet "help wanted" guidelines.
sig/execution
SIG execution
type/enhancement
The issue or PR belongs to an enhancement.
Milestone
Current Problem
Currently, from the
explain analyze
result, we can see someexecutor
is slow, but it's hard to know the reason of the slow.Development Task
Here is something need to do:
execdetails
information of runtime collect util/execdetails: refactor execdetails information of runtime collect #18530HashAggExec
, executor: Add the HashAggExec runtime information #20577StreamAggExec
, executor:add runtime information for StreamAggExec #20861IndexLookUpExecutor
, refine IndexLookUp executor runtime stats #19349IndexMergeReaderExecutor
, executor:Add runtime stat for IndexMergeReaderExecutor #20653UnionScanExec
, executor:Add runtime information for UnionScanExec #20865NestedLoopApplyExec
ParallelNestedLoopApplyExec
ProjectionExec
SplitIndexRegionExec
SplitTableRegionExec
ShowDDLJobQueriesExec
The text was updated successfully, but these errors were encountered: