Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Duckdb export performance #754

Merged

Conversation

ganisimov
Copy link

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.

Copy link

codecov bot commented Mar 21, 2024

Codecov Report

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

❗ 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 ⚠️
Additional details and impacted files
@@                      Coverage Diff                      @@
##             duckdb_support_exportToAres    #754   +/-   ##
=============================================================
  Coverage                               ?   0.00%           
=============================================================
  Files                                  ?      14           
  Lines                                  ?    3973           
  Branches                               ?       0           
=============================================================
  Hits                                   ?       0           
  Misses                                 ?    3973           
  Partials                               ?       0           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@fdefalco fdefalco merged commit 686f61f into OHDSI:duckdb_support_exportToAres Mar 21, 2024
4 checks passed
@ganisimov ganisimov deleted the duckdb_export_performance branch March 21, 2024 15:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants