Quantcast
Channel: Liquibase Forums
Viewing all articles
Browse latest Browse all 2993

Re : Liquibase Loading Data Performance

$
0
0
The other method to load data is from a CSV file. But, all that will do is generate SQL like you probably already have. https://www.liquibase.org/documentation/changes/load_data.html. So, loading the data at every Maven runs is probably not the best way.

Maybe have a database dump with the data already in it. Liquibase will then just update the schema based on the version in DATABASECHANGELOG table. You can then restore the database from the dump prior to the Maven execution.

Let me know if that works.



Viewing all articles
Browse latest Browse all 2993

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>