Caching strategies
Cache a side
Benefits
- You can let the user hit the cache first, whilst warming up a serverless DB in the background. Thus, cost can be reduce, especially when not self-hosting the DB but using a pay-as-you-go provider for the production DB
- Faster response timings
- Less load on the DB in general