Closes #53 - we recommend doing alter table once to each table, possibly with many alter table commands. This enables postgres to execute validations etc in one pass over the table, instead of having to scan it many times, so it might reduce locking issues by reducing lock duration.
Closes #53 - we recommend doing
alter table
once to each table, possibly with many alter table commands. This enables postgres to execute validations etc in one pass over the table, instead of having to scan it many times, so it might reduce locking issues by reducing lock duration.