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

Upgrade testing #127

Closed
wants to merge 12 commits into from
Closed

Upgrade testing #127

wants to merge 12 commits into from

Conversation

AlexanderWillner
Copy link
Contributor

No description provided.

AlexanderWillner and others added 12 commits November 10, 2024 13:07
Each query creates a new DB connection.
This change is to close each new connection rather than leaving
them open, to allow for runs which involve large numbers of queries.
Use one connection for the lifetime of the process rather
than creating a new connection for each query.

This cuts execution time roughtly in half for queries
across large Things databases.
Copy link

@AlexanderWillner AlexanderWillner deleted the upgrade-testing branch November 10, 2024 12:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants