Stream: hapi
Topic: Slow data from GET
Luis Bergamim (May 26 2021 at 22:03):
Hello!
I'm using postgres with JPA. After I post, for example, a patient, the data automatically appears in the Postgree database... However, when I do the GET /Patient, only the old data appears. Only after about 30 seconds can I see the new record. What would I be doing wrong?
Luis Bergamim: I need to configure Lucene to use Postgree db with HAPI JPA?
KAVITHA C (Jun 02 2021 at 08:14):
Luis Bergamim said:
Hello!
I'm using postgres with JPA. After I post, for example, a patient, the data automatically appears in the Postgree database... However, when I do the GET /Patient, only the old data appears. Only after about 30 seconds can I see the new record. What would I be doing wrong?
Luis Bergamim: I need to configure Lucene to use Postgree db with HAPI JPA?
Yes . Facing same issue with slowness in data visibility. Please let me know if you find solution
Last updated: Apr 12 2022 at 19:14 UTC