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

Improve performance of DICOMfileClient #64

Merged
merged 6 commits into from
Mar 23, 2022

Conversation

hackermd
Copy link
Collaborator

@hackermd hackermd commented Mar 23, 2022

This PR introduces several changes with the aim to improve read/write performance of the database underlying the DICOMfileClient:

  1. Reuse database cursor object for all read operations to avoid overhead of creating/destroying cursor objects
  2. Configure database to make less frequent OS write operations
  3. Add support for in-memory database to avoid OS read/write operations altogether

@hackermd hackermd added the enhancement New feature or request label Mar 23, 2022
@hackermd hackermd requested a review from cgorman March 23, 2022 01:20
@hackermd hackermd self-assigned this Mar 23, 2022
@hackermd hackermd merged commit 138a718 into master Mar 23, 2022
@hackermd hackermd deleted the enhancement/fileclient-performance branch March 23, 2022 22:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant