Skip to content

Commit d5077d2

Browse files
Merge pull request #295430 from EXPEkesheth/patch-874696
Update fhir-best-practices.md
2 parents 3bdbe5f + 446a5b3 commit d5077d2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

articles/healthcare-apis/fhir/fhir-best-practices.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ To achieve optimal performance with the import operation, consider the following
2828
* **Do** use large files while ingesting data. The optimal NDJSON file size for import is 50 MB or larger (or 20,000 resources or more, with no upper limit). Combining smaller files into larger ones can enhance performance.
2929
* **Consider** using the import operation over HTTP API requests to ingest the data into FHIR service. The import operation provides a high throughput and is a scalable method for loading data.
3030
* **Consider** importing all FHIR resource files in a single import operation for optimal performance. Aim for a total file size of 100 GB or more (or 100 million resources, no upper limit) in one operation. Maximizing an import in this way helps reduce the overhead associated with managing multiple import jobs.
31+
* **Consider** performing import job with the resources mapping to the same resource type for better throughput.
3132
* **Consider** running multiple concurrent imports only if necessary, but limit parallel import jobs. A single large import is designed to consume all available system resources, and processing throughput doesn't increase with concurrent import jobs.
3233

3334
### Bundles

0 commit comments

Comments
 (0)