Dilshod.dev
Tags

#performance

3 articles

backendredis

Cache Invalidation, In Practice

The joke says it's one of the two hard problems. The reality is that most teams never write an invalidation strategy at all — they write a TTL and hope. Here is what the alternatives actually cost.

9 min read
postgresqldatabases

The Index That Does Nothing

You added the index, ran the query, and it is still slow. The planner is not ignoring you — it is telling you something about your data, your column order, or your types. Here is how to read what it says.

12 min read