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

add online deferred invalidation keyword for oracle #3409

Merged
merged 3 commits into from
Feb 22, 2022

Conversation

tadgh
Copy link
Collaborator

@tadgh tadgh commented Feb 21, 2022

Closes #3408

  • Add INVALIDATION keyword for oracle online indexing.

@codecov
Copy link

codecov bot commented Feb 22, 2022

Codecov Report

Merging #3409 (4e96089) into master (c6122bc) will increase coverage by 0.02%.
The diff coverage is n/a.

Impacted file tree graph

@@             Coverage Diff              @@
##             master    #3409      +/-   ##
============================================
+ Coverage     82.97%   82.99%   +0.02%     
- Complexity    20677    20715      +38     
============================================
  Files          1392     1394       +2     
  Lines         74260    74394     +134     
  Branches      11139    11152      +13     
============================================
+ Hits          61617    61744     +127     
- Misses         8357     8359       +2     
- Partials       4286     4291       +5     
Impacted Files Coverage Δ
...-base/src/main/java/ca/uhn/fhir/util/TestUtil.java 72.41% <0.00%> (-3.45%) ⬇️
...ava/ca/uhn/fhir/jpa/dao/index/IdHelperService.java 77.70% <0.00%> (-0.53%) ⬇️
...main/java/ca/uhn/fhir/jpa/dao/BaseHapiFhirDao.java 88.38% <0.00%> (-0.47%) ⬇️
...base/src/main/java/ca/uhn/fhir/util/DateUtils.java 88.17% <0.00%> (-0.13%) ⬇️
...in/java/ca/uhn/fhir/jpa/config/r4/JpaR4Config.java 100.00% <0.00%> (ø)
...in/java/ca/uhn/fhir/jpa/config/r5/JpaR5Config.java 100.00% <0.00%> (ø)
...a/ca/uhn/fhir/jpa/config/dstu3/JpaDstu3Config.java 100.00% <0.00%> (ø)
...n/fhir/jpa/packages/PackageInstallOutcomeJson.java 100.00% <0.00%> (ø)
.../jpa/graphql/GraphQLProviderWithIntrospection.java 91.96% <0.00%> (ø)
...rc/main/java/ca/uhn/fhir/util/MessageSupplier.java 100.00% <0.00%> (ø)
... and 8 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update c6122bc...4e96089. Read the comment docs.

@VK-SMILECDR VK-SMILECDR self-requested a review February 22, 2022 20:35
@michaelabuckley michaelabuckley merged commit fcada39 into master Feb 22, 2022
@michaelabuckley michaelabuckley deleted the oracle_online_migration branch February 22, 2022 21:44
michaelabuckley added a commit that referenced this pull request Feb 22, 2022
…oken-search-index

* commit 'fcada390442ee3ada2245f49d62c08cde5212cd7':
  add online deferred invalidation keyword for oracle (#3409)
  GraphQL Introspection Support (#3348)
  Fix parameter count limitation on MSSQL/Oracle large transactions (#3075)
  3400 bulk export rules incorrectly applied to group and patient exports (#3403)
  Use integers for date ordinals (#3346)
  Add license files
  Rel 5 7 mergeback (#3401)
  encode narratives of contained resources (#3402)
  remove hapi jpa spring config hierarchy (#3390)

# Conflicts:
#	hapi-fhir-jpaserver-base/src/test/java/ca/uhn/fhir/jpa/dao/r4/FhirResourceDaoR4LuceneDisabledStandardQueries.java
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.

Recent additions to online indexing do not work for oracle
3 participants