Details
-
Task
-
Status: Open (View Workflow)
-
Minor
-
Resolution: Unresolved
-
None
-
None
Description
SHOW PROFILE shows that most time is spent for 'sending data' which is confusing as the time is actually shown for executing the query.
Suggestion to fix this:
stage_executing in JOIN::exec_inner should be replace with a new stage "Prepare for executing"
stage_sending_data in JOIN::exec_inner should be replaced with stage_executing