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

Fix under n2-127. CSV exporter was timing out due to being too slow. #114

Merged
merged 1 commit into from
Aug 9, 2022

Conversation

jonholdsworth
Copy link

Pythonic CSV exporter replaced using Postgres annoted subqueries.
Significantly faster.

CSV export button on Advanced Search page
image

CSV output file from this code
dictionary-export.csv

Pythonic CSV exporter replaced using Postgres annoted subqueries.
Significantly faster.
Copy link

@joshmcarthur joshmcarthur left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice. I appreciate the effort you've made to update and add comments and documentation here

@jonholdsworth
Copy link
Author

Nice. I appreciate the effort you've made to update and add comments and documentation here

Thank you!

@jonholdsworth jonholdsworth merged commit 19b8811 into master Aug 9, 2022
@jonholdsworth jonholdsworth deleted the fix/n2-127-csv-export-timeout branch August 9, 2022 08:10
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.

2 participants