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 index on identifier for feature tables #93

Merged
merged 1 commit into from
Sep 28, 2022
Merged

Conversation

EthanGrahn
Copy link

Added a new index for nldi_data.feature tables on the identifier column. I have also included a change set that loops over any existing feature tables and adds the index. This is necessary for any currently deployed databases because the change to the parent table will not propagate to the child tables.

Closes #92

@EthanGrahn EthanGrahn changed the title Draft: Add index on identifier for feature tables Add index on identifier for feature tables Sep 27, 2022
@EthanGrahn
Copy link
Author

NOTE: Tested locally against the demo database.

@EthanGrahn EthanGrahn merged commit 67527a5 into master Sep 28, 2022
@EthanGrahn EthanGrahn deleted the feature-indexes branch September 28, 2022 16:14
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

Successfully merging this pull request may close these issues.

Create index on feature tables for the identifier column
2 participants