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: add interleaved_indexes/interleaved_tables into crdb_internal #62076

Merged
merged 1 commit into from
Mar 19, 2021

Commits on Mar 18, 2021

  1. sql: update crdb_internal.interleaved to be more usable

    Previous, when we added the crdb_internal.interleaved table that
    showed all interleaved indexes, however it was impossible tell
    which table the primary key of the parent table was interleaved.
    This was inadequate because users could not tell what the parent
    table was. To address this, this patch modifies
    crdb_internal.interleaved to add a parent_table_name column
    replacing the parent_index one, since that column could only be
    the primary key.
    
    Release note (sql change): Updated crdb_internal.interleaved to
    add the parent_table_name column replacing the parent_index_name
    column.
    fqazi committed Mar 18, 2021
    Configuration menu
    Copy the full SHA
    011bbfb View commit details
    Browse the repository at this point in the history