You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Our java microservice uses liquibase-hana library to manage 7 tables in every customer DB schema. Liquibase checks the consistency of these tables when it interacts with any DB connection for the first time after the service restart. However, it is observed that complex queries are fired by liquibase during this, to HANA and it consumes a high CPU. Time taken to execute the queries are also high and it causes the connection timeout also. Please find the sample query attached, that liquibase triggers. liquibaseQuery.txt
The text was updated successfully, but these errors were encountered:
Our java microservice uses liquibase-hana library to manage 7 tables in every customer DB schema. Liquibase checks the consistency of these tables when it interacts with any DB connection for the first time after the service restart. However, it is observed that complex queries are fired by liquibase during this, to HANA and it consumes a high CPU. Time taken to execute the queries are also high and it causes the connection timeout also. Please find the sample query attached, that liquibase triggers.
liquibaseQuery.txt
The text was updated successfully, but these errors were encountered: