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 FHIR Search Count Performance #1466

Merged
merged 1 commit into from
Feb 4, 2024

Parallelize Count with Multiple Clauses

9b05ebe
Select commit
Loading
Failed to load commit list.
Merged

Improve FHIR Search Count Performance #1466

Parallelize Count with Multiple Clauses
9b05ebe
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed Feb 4, 2024 in 0s

95.85% (-0.01%) compared to c06ca74

View this Pull Request on Codecov

95.85% (-0.01%) compared to c06ca74

Details

Codecov Report

Attention: 2 lines in your changes are missing coverage. Please review.

Comparison is base (c06ca74) 95.85% compared to head (9b05ebe) 95.85%.
Report is 1 commits behind head on develop.

Additional details and impacted files

Impacted file tree graph

@@             Coverage Diff             @@
##           develop    #1466      +/-   ##
===========================================
- Coverage    95.85%   95.85%   -0.01%     
===========================================
  Files          245      245              
  Lines        15836    15834       -2     
  Branches       335      335              
===========================================
- Hits         15180    15177       -3     
- Misses         321      322       +1     
  Partials       335      335              
Files Coverage Δ
modules/db/src/blaze/db/impl/search_param.clj 100.00% <100.00%> (ø)
...ules/db/src/blaze/db/impl/search_param/chained.clj 100.00% <100.00%> (ø)
.../db/impl/search_param/composite/token_quantity.clj 97.05% <100.00%> (ø)
...aze/db/impl/search_param/composite/token_token.clj 100.00% <100.00%> (ø)
modules/db/src/blaze/db/impl/search_param/date.clj 98.38% <100.00%> (ø)
modules/db/src/blaze/db/impl/search_param/has.clj 100.00% <100.00%> (ø)
modules/db/src/blaze/db/impl/search_param/list.clj 100.00% <100.00%> (ø)
...dules/db/src/blaze/db/impl/search_param/number.clj 100.00% <100.00%> (ø)
...les/db/src/blaze/db/impl/search_param/quantity.clj 96.42% <100.00%> (ø)
...dules/db/src/blaze/db/impl/search_param/string.clj 96.49% <100.00%> (ø)
... and 4 more

... and 1 file with indirect coverage changes