FHIR Chat · bulk data · hapi

Stream: hapi

Topic: bulk data


view this post on Zulip bluecat (Jun 30 2021 at 10:32):

Hi everyone,
I'm using H2 with JPA.
My server has 20 million resources, and the server is slow now.
But I have more bulk data want to POST to server, I need to the server speed up.
In data that I want to upload have exists with a given client-assigned ID, so Upsert can't set = 'disabled'.
How can I do?
I think, change the database maybe can faster?


Last updated: Apr 12 2022 at 19:14 UTC