Manohar S
Manohar S

Reputation: 31

Liquibase 3.5.3 is slow

I have the set of Liquibase scripts which recently got migrated from 2.0.1 to 3.5.3. Scripts which were running in 25 mins in 2.0.1 is taking about 1 hr 55 mins to execute in 3.5.3. We cannot afford this increase in time.

Any help is highly appreciated?

Thanks Manohar

Upvotes: 0

Views: 521

Answers (1)

SteveDonie
SteveDonie

Reputation: 9016

In order to get a handle on this, it would be essential to have some profiling information. Ideally, you would run the 2.0.1 and the 3.5.3 code using the YourKit java profiler, collect the performance snapshots they produce, and then submit that to the Liquibase bug system for analysis.

Upvotes: 1

Related Questions