Skip to content

Commit

Permalink
ENH: Reduce memory usage of DICOM indexer
Browse files Browse the repository at this point in the history
Allow defining cached tags that are not stored in the DICOM tag cache by value. This prevents excessive memory usage and file reading for tags that are not appropriate to store in the tag cache (such as pixel data) but it is still possible to query if the tag is present.

Force updating the database after a certain number of files are parsed. This limits the total memory usage, which could grew big when hundreds of thousands of files were parsed in one batch.

Do not show all series when the browser is initially shown, as this can take significant amount of time when a large database is loaded.
  • Loading branch information
Andras Lasso committed Oct 15, 2019
1 parent 5125fb1 commit 0341a57
Show file tree
Hide file tree
Showing 7 changed files with 438 additions and 154 deletions.
Loading

0 comments on commit 0341a57

Please sign in to comment.