-
Notifications
You must be signed in to change notification settings - Fork 4.1k
sql: EXPLAIN ANALYZE (DEBUG) has seemingly exponential behavior on some UDFs #166024
Copy link
Copy link
Closed
Closed
Copy link
Labels
A-sql-debug-bundleIssues related to statement bundle improvementsIssues related to statement bundle improvementsA-sql-routineUDFs and Stored ProceduresUDFs and Stored ProceduresC-bugCode not up to spec/doc, specs & docs deemed correct. Solution expected to change code/behavior.Code not up to spec/doc, specs & docs deemed correct. Solution expected to change code/behavior.O-supportWould prevent or help troubleshoot a customer escalation - bugs, missing observability/tooling, docsWould prevent or help troubleshoot a customer escalation - bugs, missing observability/tooling, docsP-3Issues/test failures with no fix SLAIssues/test failures with no fix SLAT-sql-queriesSQL Queries TeamSQL Queries Teambranch-masterFailures and bugs on the master branch.Failures and bugs on the master branch.branch-release-26.1Used to mark GA and release blockers, technical advisories, and bugs for 26.1Used to mark GA and release blockers, technical advisories, and bugs for 26.1branch-release-26.2Used to mark GA and release blockers, technical advisories, and bugs for 26.2Used to mark GA and release blockers, technical advisories, and bugs for 26.2v25.4.10v26.1.4v26.2.0-prereleasev26.3.0
Description
Activity
Metadata
Metadata
Assignees
Labels
A-sql-debug-bundleIssues related to statement bundle improvementsIssues related to statement bundle improvementsA-sql-routineUDFs and Stored ProceduresUDFs and Stored ProceduresC-bugCode not up to spec/doc, specs & docs deemed correct. Solution expected to change code/behavior.Code not up to spec/doc, specs & docs deemed correct. Solution expected to change code/behavior.O-supportWould prevent or help troubleshoot a customer escalation - bugs, missing observability/tooling, docsWould prevent or help troubleshoot a customer escalation - bugs, missing observability/tooling, docsP-3Issues/test failures with no fix SLAIssues/test failures with no fix SLAT-sql-queriesSQL Queries TeamSQL Queries Teambranch-masterFailures and bugs on the master branch.Failures and bugs on the master branch.branch-release-26.1Used to mark GA and release blockers, technical advisories, and bugs for 26.1Used to mark GA and release blockers, technical advisories, and bugs for 26.1branch-release-26.2Used to mark GA and release blockers, technical advisories, and bugs for 26.2Used to mark GA and release blockers, technical advisories, and bugs for 26.2v25.4.10v26.1.4v26.2.0-prereleasev26.3.0
Type
Projects
- StatusShow more project fieldsDone
If we adjust the regression test from #162512 to execute the statement via
EXPLAIN ANALYZE (DEBUG), we have seemingly exponential blow-up in latency and RAM usage when populatingopt-vv.txtfileJira issue: CRDB-61718