Technical documents
Detailed technical papers on how Sixta works, written for the engineers who will run it.
MySQL Performance at Scale
MySQL still powers a large share of the world's production databases, particularly in e-commerce, SaaS, and applications built on the LAMP stack. But the performance challenges that emerge at scale are often different from what teams expect, and the tooling to diagnose them has improved significantly in recent years.
PostgreSQL Performance Tuning
PostgreSQL tuning advice tends to start and end with shared_buffers. That's table stakes. The real leverage for teams running PostgreSQL at scale is in vacuum tuning, query plan observability, and the performance improvements in PostgreSQL 17 that many teams haven't adopted yet.
How to Reduce Database MTTR
The average database incident takes 3 to 5 hours to resolve. Best-in-class teams consistently do it in under 60 minutes. The difference almost never comes down to technical skill. It comes down to whether the investigation workflow exists before the incident does.
What is a DBRE? The Database Reliability Engineering Role Explained
The term was coined in 2017. The role it describes emerged because the SRE revolution changed everything about how we run production systems, except databases. The Database Reliability Engineer exists to bring that same engineering discipline to the most critical layer of your stack.