FHIR Server Read Optimization #1644
dubdabasoduba
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Three strategies: 1) HTTP Caching 2) DB Indexing 3) Memoization
Optimizing the app and app sync strategy
e.g
We would try to fetch the sync strategy from Redis first before performing the search on the Composition resource.
The Redis cache can be cleared after every 1 - 2 hours. We can make this configurable.
Business requirements 2: -- To allow for fast access of the server response in case it hasn't changed from the last request.
Beta Was this translation helpful? Give feedback.
All reactions