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

Improve performance of analysis 117 #756

Merged
merged 1 commit into from
May 20, 2024
Merged

Conversation

ganisimov
Copy link

Since HAVING clause removes records which don't match obs_month, we can use INNER JOIN here.

This is to address problem in Databricks where small table in LEFT JOIN is not broadcasted when it's on left side.

Related issue #690

Since HAVING clause removes records which don't match obs_month, we can use INNER JOIN here.

This is to address problem in Databricks where small table in LEFT JOIN is not broadcasted when it's on left side.

Related issue OHDSI#690
Copy link

codecov bot commented Mar 27, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 0.00%. Comparing base (5fdd05c) to head (cd0c03a).

Additional details and impacted files
@@             Coverage Diff             @@
##           develop    #756       +/-   ##
===========================================
- Coverage    12.74%   0.00%   -12.75%     
===========================================
  Files           14      14               
  Lines         3649    3649               
===========================================
- Hits           465       0      -465     
- Misses        3184    3649      +465     

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

@fdefalco fdefalco merged commit f9405e4 into OHDSI:develop May 20, 2024
3 of 4 checks passed
@ganisimov ganisimov deleted the analysis_117 branch May 21, 2024 12:21
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.

2 participants