jembi / openhim-legacy

OpenHIM is a open source Health Information Mediator built to facilitate interoperability between disparate Health Information Systems.
openhim.org
Mozilla Public License 2.0
15 stars 2 forks source link

Integrate Caching Mechanisms for Certain Pipelines #180

Open hnnesv opened 11 years ago

hnnesv commented 11 years ago

Just a little experiment; see the branch named _tsmemcached.

Certain registries are fairly "static" in that the data they contain doesn't change very often (sometimes not even for weeks or months). In order to increase performance for certain pipelines in the OpenHIM, the queries to these registries are highly suitable candidates for caching.

For this issue I'm looking at caching the TS code validation in the saveEncounters pipeline.