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

[DSIP-43] Unify index name in Mysql/PG #16048

Open
2 tasks done
Tracked by #14102
ruanwenjun opened this issue May 22, 2024 · 0 comments
Open
2 tasks done
Tracked by #14102

[DSIP-43] Unify index name in Mysql/PG #16048

ruanwenjun opened this issue May 22, 2024 · 0 comments
Labels
DSIP help wanted Extra attention is needed

Comments

@ruanwenjun
Copy link
Member

ruanwenjun commented May 22, 2024

Search before asking

  • I had searched in the DSIP and found no similar DSIP.

Motivation

Right now, the index name in Mysql/PG might be different, since in PG the index name should be unique in the whole database, but in mysql the index name can only unique in the table.

It's better to unify the index name, this means we need to make the index name unique in the whole database.

Design Detail

Index name template: idx_{table_name}_{index_name}

Compatibility, Deprecation, and Migration Plan

Compatibility with the latest version but need to execute DDL.

Test Plan

Test by IT.

Code of Conduct

@ruanwenjun ruanwenjun added Waiting for reply Waiting for reply DSIP labels May 22, 2024
@SbloodyS SbloodyS removed the Waiting for reply Waiting for reply label May 25, 2024
@davidzollo davidzollo added the help wanted Extra attention is needed label Aug 31, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
DSIP help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

3 participants