I’ve installed Achilles v1.7.2 using the code below and Achilles is taking about 2 hours to run against a CDM with 2,500 patients running on PostgreSql in Docker using Broadsea on a Windows laptop with 64g memory (docker-compose.yml is attached).
docker-compose.yml.txt (6.2 KB)
remotes::install_github("OHDSI/Achilles@v1.7.2", INSTALL_opts = c("--no-multiarch"))
I’m seeing other posts reporting similar issues but not a resolution. Is this perfomance typical or is there something I can do to improve it?
https://forums.ohdsi.org/t/database-tuning-for-ohdsi/2568/2
https://forums.ohdsi.org/t/optimizing-omop-database-for-achilles/16655
https://forums.ohdsi.org/t/question-about-achilles-performance/16715
The script I’m running and the output is attached.
run-achilles.r.txt (1.1 KB)
output.txt (23.9 KB)
Thanks,
John