-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Reduce memory overhead of searches #6471
Conversation
Formatting check succeeded! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice. This isn't as fussy as I feared.
hapi-fhir-jpaserver-base/src/main/java/ca/uhn/fhir/jpa/search/builder/SearchBuilder.java
Outdated
Show resolved
Hide resolved
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #6471 +/- ##
============================================
- Coverage 83.54% 83.36% -0.18%
- Complexity 27432 28044 +612
============================================
Files 1707 1763 +56
Lines 106185 109170 +2985
Branches 13397 13756 +359
============================================
+ Hits 88710 91010 +2300
- Misses 11750 12236 +486
- Partials 5725 5924 +199 ☔ View full report in Codecov by Sentry. |
closes #6469