OHDSI / Achilles

Automated Characterization of Health Information at Large-scale Longitudinal Evidence Systems (ACHILLES) - descriptive statistics about a OMOP CDM database
https://ohdsi.github.io/Achilles/
130 stars 121 forks source link

Duckdb export performance #754

Closed ganisimov closed 8 months ago

ganisimov commented 8 months ago

The idea of the change is to save all concept data in one go when we write to DuckDB instead of iterating through concept_ids as we have to do when saving JSONs.

codecov[bot] commented 8 months ago

Codecov Report

Attention: Patch coverage is 0% with 668 lines in your changes are missing coverage. Please review.

:exclamation: No coverage uploaded for pull request base (duckdb_support_exportToAres@6496ac7). Click here to learn what that means.

Files Patch % Lines
R/exportToAres.R 0.00% 668 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## duckdb_support_exportToAres #754 +/- ## ============================================================= Coverage ? 0.00% ============================================================= Files ? 14 Lines ? 3973 Branches ? 0 ============================================================= Hits ? 0 Misses ? 3973 Partials ? 0 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.