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 Function to Create Extra Indices #165

Merged
merged 2 commits into from
Dec 8, 2023

Conversation

katy-sadowski
Copy link
Contributor

This PR adds a new function which can be run to create some additional, optional indices that may help to speed up the ETL script. This is part of the work to resolve #158

This function can either be run as a one-off by users (and potentially be added to the code-to-run in the package docs/README), or we can add it to be run by another one of the functions if an optional parameter is set.

Note users' ability to take advantage of this function will depend on the work outlined in #158 to split out the intermediate vocab/visit table creation from loadEventTables.

@burrowse
Copy link
Collaborator

burrowse commented Dec 8, 2023

Thanks for adding this @katy-sadowski! Work on splitting out the intermediate vocab/visit table creation from loadEventTables is forthcoming.

@burrowse burrowse merged commit eb86d2d into OHDSI:main Dec 8, 2023
1 of 2 checks passed
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.

Performance issue running ETLSyntheaBuilder::LoadEventTables: insert_condition_occurrence.sql
2 participants