Y
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
surjection
985 days ago
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.
link
Once the migration is completed any extra columns are dropped.