Thanks Steve !
Recently, one of customers were adding multiple columns to a big
table with 15m rows and were looking at speeding up the process. We
could not manage to club all the "ALTER TABLE.. ADD COLUMN"
commands into one single command because they were using Liquibase to
track their database changes being applied and was generating
individual ALTER TABLE statements for each column.
I believe, it would be good if liquibase generates a single ALTER
TABLE statement for all the columns being added and modified.
Any thoughts would be appreciated !
Thanks.