Add changelog

This commit is contained in:
James Agnew 2024-11-15 08:37:29 -05:00
parent 795121af1e
commit bf5ffa2de4
2 changed files with 16 additions and 0 deletions

View File

@ -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."

View File

@ -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."