I have a dump mysql file.
Will use Mysql function to restore the dumped file first (instead of using Liquibase to load the dumped file), and then use Liquibase just maintain the changes on top of those large amount of data.
This solution should work, thanks a lot!