Add changelog
This commit is contained in:
parent
795121af1e
commit
bf5ffa2de4
|
@ -0,0 +1,9 @@
|
|||
---
|
||||
type: perf
|
||||
issue: 6460
|
||||
title: "The JPA server FHIR transaction processor will now pre-fetch the target
|
||||
resource state for references to resources that don't also appear in the
|
||||
transaction bundle. This means that if you process a large FHIR transaction containing
|
||||
many references to other resources in the repository that are not also being
|
||||
updated in the same transaction, you should see a very significant improvement
|
||||
in performance."
|
|
@ -0,0 +1,7 @@
|
|||
---
|
||||
type: perf
|
||||
issue: 6460
|
||||
title: "The JPA server FHIR transaction processor will now more aggressively cache
|
||||
resource IDs for previously seen resources, reducing the number of database reads
|
||||
required when processing transactions. This should provide a noticeable improvement
|
||||
in performance when processing transactions which update pre-existing resources."
|
Loading…
Reference in New Issue