Scaling a marketplace backend: lessons from production
Notes on indexes, queues and caching from running a two-sided marketplace at scale. Still a work in progress.
1 min read

This is a living draft — pinning down the patterns that kept our marketplace fast under load.
Topics to cover
- Hot-path indexes and query shapes
- Background jobs vs request-time work
- Cache invalidation that doesn't lie
#backend#scaling#postgres#queues