Hacker News new | ask | show | jobs
by pcthrowaway 985 days ago
Also, if the data isn't deleted couldn't this lead to database bloat?
1 comments

The bloat incurred by the extra column is certainly present while the migration is in progress (ie after it's been started with `pgroll start` but before running `pgroll complete`).

Once the migration is completed any extra columns are dropped.