HicServices / RDMP

Research Data Management Platform (RDMP) is an open source application for the loading,linking,anonymisation and extraction of datasets stored in relational databases.
https://github.com/HicServices/RDMP#research-data-management-platform
GNU General Public License v3.0
36 stars 16 forks source link

Task/RDMP-184 Fix RDMP Slow start Issue #1827

Closed JFriel closed 4 months ago

JFriel commented 4 months ago

Proposed Change

Fix issue where RDMP would take an unknown, but very ling, time to start up when there were a large number of LoadMetadatas. Reworks the loading into the cataloguechildprovider to make the process more efficient. Tests have taken loading from ~1h10m -> 30s

Type of change

What types of changes does your code introduce? Tick all that apply.

Checklist

By opening this PR, I confirm that I have: