“Caches can make good things better, but they can’t make something wrong good” — Allard Buijze
One thought on “Caches”
I really like this statement. I think we should use always consider using indexes (so eventual consistency) instead of caches (which will usually fail us on peak time sooner or later, since they often end up as a hacky way of fixing a broken architecture).
I really like this statement. I think we should use always consider using indexes (so eventual consistency) instead of caches (which will usually fail us on peak time sooner or later, since they often end up as a hacky way of fixing a broken architecture).