(no title)
jebmiller | 21 days ago
MariaDB’s transaction‑time cleanup doesn’t create the same operational surface area that PostgreSQL’s deferred cleanup does. There’s no vacuum lag, no wraparound risk, no autovacuum tuning, and no fleet‑wide SOPs for when cleanup falls behind.
That’s the cost I’m talking about — the cost that lands on ops teams when you’re running hundreds or thousands of instances.
So yes, every engine has cleanup. But only one model turns that cleanup into a recurring operational responsibility that scales with fleet size. That’s the entire point of the article.
No comments yet.