Replacing a cache services with a database A prominent idea seen on x and bluesky is throwing away cache in favor of a read replica. In the end databases cache some data in memory, why not leverage it? Well, there are counter-arguments to this approach and you want to know them. #performance #caching
Why do we use caches at all? Can databases fully replace them?