FHIR Chat · jpa server batch updates · hapi

Stream: hapi

Topic: jpa server batch updates


view this post on Zulip Teva Riou (Jan 14 2022 at 16:34):

Hello! Is there a way to do "batch" updates with the jpa server ? To insert multiple resources in hapi, I'm doing multiple dao.update(resource) in a loop, can I improve that?

view this post on Zulip Jens Villadsen (Jan 14 2022 at 17:07):

Yes - do a transaction bundle


Last updated: Apr 12 2022 at 19:14 UTC