I’m facing performance issue when running large changesets. Liquibase needs to calculate checksum and when we have a thousand lines one it takes too long to complete simple liquibase validate, status and update commands.
Is there any way of putting a flag to ignore calculation on an specific changelog? The only way I found for Liquibase not performing calculation was by using root changelog with includeAll flag and sending a raw Sql changelog file instead of a formatted sql (what we use here). The problem is that this way we can’t use author and id.