Node Js
Prisma Migration Strategies 5 Zero‑Downtime Practices (2025)
Added a new column to a 150 M‑row users table? One wrong ALTER can lock your API for minutes.…
// tag archive
2 articles
Added a new column to a 150 M‑row users table? One wrong ALTER can lock your API for minutes.…
Master zero‑downtime schema migrations in Node.js using Prisma, TypeORM or Sequelize. Apply the Expand‑Contract pattern to prevent locks,…