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

release-20.2: opt,sql: add EXPLAIN (OPT, MEMO) to show optimizer memo #14184

Closed
exalate-issue-sync bot opened this issue Jun 8, 2022 · 1 comment
Closed

Comments

@exalate-issue-sync
Copy link

Mike Lewis (mikeCRL) commented:

PR: cockroachdb/cockroach#67778

From release notes:

Added a new [EXPLAIN flag](../v20.2/explain.html], MEMO, to be used with EXPLAIN (OPT). When the MEMO flag is passed, a representation of the optimizer memo will be printed along with the best plan. The MEMO flag can be used in combination with other flags such as CATALOG and VERBOSE. For example, EXPLAIN (OPT, MEMO, VERBOSE) will print the memo along with verbose output for the best plan. [#67778][#67778) {% comment %}doc{% endcomment %}

Jira Issue: DOC-1852

@exalate-issue-sync exalate-issue-sync bot assigned ghost Jun 8, 2022
@mari-crl
Copy link

mari-crl commented Jun 9, 2022

This issue is an accidental duplicate created by automation. The correct issue that is synced to the corresponding Jira issue is #12435.

@mari-crl mari-crl closed this as completed Jun 9, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant