mercredi 22 février 2017

How to solve double update cost to cache and remote database?

I am working on a web application caching big amount of data on front for better performance. The issue I am facing is that I need to update data in many ways and each update needs to be done on cache and on remote database which leads to double updating effort. I am asking for any best practice / design pattern to make this scenario easier to deal with.

I am using Angular 2 if this would change anything about the answer

Aucun commentaire:

Enregistrer un commentaire