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: introduce index_recommendations_enabled session variable #73346

Merged
merged 1 commit into from
Dec 16, 2021

Commits on Dec 14, 2021

  1. sql: introduce index_recommendations_enabled session variable

    This commit introduces a session variable to control whether or not index
    recommendations are shown at the bottom of the EXPLAIN plan. If
    `index_recommendations_enabled` is set to true, index recommendations
    are shown. Otherwise, they are not shown. This variable defaults to true.
    
    Release note (sql change): Index recommendations can be omitted from
    the EXPLAIN plan if the `index_recommendations_enabled` session variable
    is set to false.
    Neha George committed Dec 14, 2021
    Configuration menu
    Copy the full SHA
    94f69be View commit details
    Browse the repository at this point in the history