How zero-downtime database migrations work
What a zero-downtime migration actually meansA database migration changes the structure of your data: adding a column, renaming a table, changing a data type, splitting a monolithic table into two. The problem is not the change itself. The problem is...
Read article