beveradb / home-area-helper

Build property search area alerts based on target destination travel time and area deprivation.
https://homearea.info
5 stars 0 forks source link

Feature: longer term storage of api and compute cache (e.g. RDS) #8

Open beveradb opened 5 years ago

beveradb commented 5 years ago

At the moment these caches are simple disk caches with expectation of them being lost on reboot/redeploy of heroku dyno.

For better performance we should really try to leverage this caching in a more permanent way by building up a large database of pre-computed calculations, thus avoiding ever calculating the same thing twice.