Hello everyone,
We manage an OHDSI ATLAS instance with 6 CDMs databases from 6 different hospitals, the CDMs are on PostgreSQL. we are refreshing the data on a quarterly base, as a full data load.
The full process of uploading new data and executing the Achilles reports takes 8-10 hours per hospital, which means 60 hours of overall ATLAS downtime.
To avoid downtime during the refresh, we are considering the following process:
- Load the new data into a new CDM.
- Run Achilles reports on the new CDM to generate a new Results schema.
- After the first two steps are complete, switch the mapping in the ATLAS configuration the new schemas.
Our questions are:
- Could this process cause us to lose Cohort definitions or Concept set definitions?
- Does anyone have experience performing a data refresh in this way, especially in a PostgreSQL environment?
I would appreciate your thoughts and recommendations.
Thank you!
Guy