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

Optimise Database Connection Requirements #391

Closed
uhurusurfa opened this issue Sep 18, 2024 · 1 comment
Closed

Optimise Database Connection Requirements #391

uhurusurfa opened this issue Sep 18, 2024 · 1 comment

Comments

@uhurusurfa
Copy link
Contributor

Ensure that the DB connections uses connection pooling and that each access to the DB releases the connection back to the pool immediatelyt on completion of the log.
For increased speed it may be better to hand off the DB logging to an asynchronous process.

@uhurusurfa
Copy link
Contributor Author

Included in #395

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant