You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Search before asking
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
The text was updated successfully, but these errors were encountered: