FHIR Chat · bulk delete data · hapi

Stream: hapi

Topic: bulk delete data


view this post on Zulip Katerina Nikolova (Aug 09 2021 at 14:06):

Hello everyone,
we are trying to bulk delete some resources from our HAPI FHIR server - more specifically Coverage resources. We have around 7 million unique records.
The FHIR server is very slow at deleting them - we have tried multiple solutions. We have implemented every performance recommendation available in the docs.

  1. Expunge - handles about 8000 records per a few minutes (very slow)
  2. Expunge delete - similar to 1
  3. We are thinking of updating the records on the database - the res_deleted_at element and expunging the deleted versions - this seems faster
    Is there a way to speed up the process or any alternative solution to make the bulk deleting faster?

Last updated: Apr 12 2022 at 19:14 UTC