Liquibase using mysql workbench take much time

Hello ,
when i run liquibase:diff maven goal using mysql workbench , this command take 1 hour to be executed if the database is not empty .
If i use another SGBD or an mysql docker container i got no problem
any solution please ?

Hi @faiez777,

Sorry to hear you are having performance issues running liquibase:diff via Maven. I seem to remember another post on this issue. I can’t speak for maven but I would like to see if this is a liquibase issue. Would you be able to run the comparison using:
liquibase diff
directly?

Get the same results in time as the maven run?

Thanks,

Ronak