Stream: hapi
Topic: jpa server batch updates
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?
Jens Villadsen (Jan 14 2022 at 17:07):
Yes - do a transaction bundle
Last updated: Apr 12 2022 at 19:14 UTC