optimize using in-memory caching
Closed this issue · 2 comments
moritzraho commented
To reduce costs and enhance performance use an in-memory cache in front of the provider.
- read: check in memory cache -> miss -> check remote db
purplecabbage commented
This has been around for a while, should we attach any priority here @moritzraho ?
moritzraho commented
Let's close this for now as caching on the client might bring additional consistency issues