Liquibase's Tag feature is an important one in order to follow changes on a database in big organisations.
Even though it is not recommended to use ALTER UPDATE statements on a Production environment for clickhouse since it is a heavy operation, in a development phase where datamodel can change very often it is a big help to tag changes and be able to rollback using it.
Liquibase's Tag feature is an important one in order to follow changes on a database in big organisations. Even though it is not recommended to use ALTER UPDATE statements on a Production environment for clickhouse since it is a heavy operation, in a development phase where datamodel can change very often it is a big help to tag changes and be able to rollback using it.