Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

sql: Instrument recursive CTEs #42469

Closed
awoods187 opened this issue Nov 14, 2019 · 0 comments · Fixed by #42789
Closed

sql: Instrument recursive CTEs #42469

awoods187 opened this issue Nov 14, 2019 · 0 comments · Fixed by #42789
Assignees
Labels
A-sql-optimizer SQL logical planning and optimizations. C-enhancement Solution expected to add code/behavior + preserve backward-compat (pg compat issues are exception)
Milestone

Comments

@awoods187
Copy link
Contributor

Now that we have added support for Recursive CTEs, we should instrument them in telemetry.

@awoods187 awoods187 added A-sql-optimizer SQL logical planning and optimizations. C-enhancement Solution expected to add code/behavior + preserve backward-compat (pg compat issues are exception) labels Nov 14, 2019
@awoods187 awoods187 changed the title instrument recursive CTEs sql: Instrument recursive CTEs Nov 14, 2019
@RaduBerinde RaduBerinde added this to the 19.2.x milestone Nov 14, 2019
craig bot pushed a commit that referenced this issue Nov 26, 2019
42789: opt: add telemetry for LATERAL and WITH RECURSIVE r=RaduBerinde a=RaduBerinde

Fixes #42470.
Fixes #42469.

Release note: None

Co-authored-by: Radu Berinde <radu@cockroachlabs.com>
@craig craig bot closed this as completed in c3664fd Nov 26, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-sql-optimizer SQL logical planning and optimizations. C-enhancement Solution expected to add code/behavior + preserve backward-compat (pg compat issues are exception)
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants