-
Notifications
You must be signed in to change notification settings - Fork 4.1k
distsql: EXPLAIN(distsql) does not show subqueries #32645
Copy link
Copy link
Open
Labels
A-sql-executionRelating to SQL execution.Relating to SQL execution.A-sql-explainIssues related to EXPLAIN and EXPLAIN ANALYZE improvementsIssues related to EXPLAIN and EXPLAIN ANALYZE improvementsA-sql-uiWhy is my query slow?Why is my query slow?C-enhancementSolution expected to add code/behavior + preserve backward-compat (pg compat issues are exception)Solution expected to add code/behavior + preserve backward-compat (pg compat issues are exception)T-sql-queriesSQL Queries TeamSQL Queries Team
Metadata
Metadata
Assignees
Labels
A-sql-executionRelating to SQL execution.Relating to SQL execution.A-sql-explainIssues related to EXPLAIN and EXPLAIN ANALYZE improvementsIssues related to EXPLAIN and EXPLAIN ANALYZE improvementsA-sql-uiWhy is my query slow?Why is my query slow?C-enhancementSolution expected to add code/behavior + preserve backward-compat (pg compat issues are exception)Solution expected to add code/behavior + preserve backward-compat (pg compat issues are exception)T-sql-queriesSQL Queries TeamSQL Queries Team
Type
Projects
Status
Backlog
It would be helpful for debugging if
EXPLAIN (DISTSQL)showed the plans for subqueries. As of today, it doesn't:Jira issue: CRDB-4724
Epic CRDB-55590