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

Add a migration that creates database indices on all foreign key columns #4

Open
asishallab opened this issue Mar 10, 2022 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@asishallab
Copy link
Member

All foreign key columns should have a database index to speed up read access in associations.
Please create those indices and add the foreign key constraint to the respective columns
with the ON DELETE UPDATE constraint.

Thank you

@asishallab asishallab added the enhancement New feature or request label Mar 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants