use the test deployment to see if setting the ExtraMainDicomTags to be saved to the database has slowed down the updating of dicom tags via rest api.
Testing
[ ] No need to add tests for this, just check there is not a big regression in performance
Documentation
No response
Dependencies
No response
Details and Comments
ExtraMainDicomTags were added in #500 to store the SOPClassUID at the instance level in the database
we should check this has not slowed down updating tags via the rest api, using e.g. timeit. We could test on the gae but might run into network issues. Might be easier to test locally - use the imaging api tests to spin up the necessary containers, and generate_dicom_dataset to create e.g. 1000 studies each with 1000 instances for uploading to Orthanc
Definition of Done / Acceptance Criteria
from comment in #500:
Testing
Documentation
No response
Dependencies
No response
Details and Comments
ExtraMainDicomTags
were added in #500 to store theSOPClassUID
at the instance level in the databasetimeit
. We could test on the gae but might run into network issues. Might be easier to test locally - use the imaging api tests to spin up the necessary containers, andgenerate_dicom_dataset
to create e.g. 1000 studies each with 1000 instances for uploading to Orthanc