I’ve got the large synpuf dataset running on my Mac in Postgres. I dumped the data from the big ohdsi-in-a-box VM from the Vocabulary Tutorial at the Symposium. I’m just now trying to run Achilles on it. This is how far it’s gotten:
> exportToJson(connectionDetails, cdmDatabaseSchema = "public", resultsDatabaseSchema = "results", outputPath = "/Users/sigfried/Sites/OHDSI/Achilles/data/ohdsi_tutorial", cdmVersion = "5", vocabDatabaseSchema = "public")
Connecting using PostgreSQL driver
Generating condition treemap
|=======================================================================| 100%
Generating condition reports
|=======================================================================| 100%
Generating condition era treemap
|=======================================================================| 100%
Generating condition era reports
|=======================================================================| 100%
Generating data density reports
|=======================================================================| 100%
Generating death reports
|=======================================================================| 100%
Generating drug era treemap
|=======================================================================| 100%
Generating drug era reports
|=======================================================================| 100%
Generating drug treemap
|=======================================================================| 100%
Generating drug reports
|=======================================================================| 100%
Generating achilles heel report
Generating measurement treemap
| | 0%
Right now it’s gobbled up 140GB of hard drive in /Users/sigfried/Library/Application Support/Postgres/var-9.4/base/pgsql_tmp and getting bigger fast. I’m down to 9.75 GB on my hard drive. Any advice?