From the control plane

Guides, case studies, and research on letting AI agents act on production data, safely, inside your guardrails.

OLTP vs OLAP vs HTAP: the difference, measured

OLTP, OLAP and HTAP measured on the same 50 million rows: point lookups 0.03 ms vs 0.22 ms, an aggregation 46x faster columnar, and co-location pushing the worst write from 38 ms to 332 ms.

Comparison
13 min read

LTAP vs HTAP: what Databricks actually changed

Databricks coined LTAP in June 2026 and declared HTAP a failure. What actually changed: the row-to-column copy moved from inside the engine down into the storage layer.

Analysis
10 min read

Repo agent vs dashboard copilot for the LLM DBA

D-Bot, λ-Tune, and ROMAS are dashboard copilots. For regressions caused by a merged commit, that is the wrong surface. The case for database context at the decision point.

Essay
11 min read

The 8,400x staging gap in migration safety

An April 2026 post-mortem tested a CHECK constraint on 10,000 rows, then hit 84 million in production. Four hours locked. The failure mode: sampling bias.

Pattern
11 min read

What Supabase monitoring does not tell you

Supabase ships solid default monitoring. Past a point, three gaps appear: no historical context, a reactive top-queries view, no link to user impact.

Best Practices
8 min read

The 5 most common Postgres SQL mistakes

Most Postgres performance problems come from a short list of avoidable SQL patterns: unindexed filters, SELECT *, deep OFFSET, N+1, and casts in WHERE.

Best Practices
9 min read

Reading Postgres EXPLAIN ANALYZE BUFFERS

Postgres has three levels of EXPLAIN: the plan, the actual execution, and the real I/O cost. Most developers learn the first and miss the other two.

Tutorial
10 min read

Ready to let agents touch production, safely?

Bring a use case. We will show you what agents can do on your live data, inside your guardrails.