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

Name generation for indexes, primary keys etc #100

Open
uhickmann opened this issue Aug 25, 2022 · 1 comment
Open

Name generation for indexes, primary keys etc #100

uhickmann opened this issue Aug 25, 2022 · 1 comment

Comments

@uhickmann
Copy link

When a name is not unique enough, it will be shortened to 32 characters and added with a guid.
Would it be possible to use the defined names from the mysql db?
Maintenance of the same scheme on several server would be much easier.

@AnatolyFromPerion
Copy link
Contributor

@uhickmann
The problem is that there're some naming conventions among PG users.
For example, index names mostly have the _idx suffix...

Generally it would be possible using some config parameter, something like "use_original_index_names": true (currently not implemented).

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

2 participants