I have a SQL format changelogs file with more than 1 million data records, the size of file is more than 200MB, close to 300MB.
I used Liquibase Maven plugin to load those data into one database, it will take more than half an hour, which is too long for me.
I set the verbose to false, and turn off the logging. It doesn't improve much.
Is there anything else I can do to improve the performance of loading large amount of data using Liquibase Maven plugin?