A new topic, 'Preconditions takes more than 30 seconds each', has been made on 
a board you are watching.

You can see it at
http://liquibase.org/forum/index.php?topic=708.new#new

The text of the topic is shown below:

Following changeSet :

    <changeSet id="IDX_FK_ZYEYJGSMALNT3KGKIQDX3UA" author="ogf">

   <preConditions>
      <not>
         <indexExists indexName="IDX_FK_ZYEYJGSMALNT3KGKIQDX3UA"/>
      </not>
   </preConditions>
        <createIndex tableName="ADDRBOOK_PTY_INFO_ARC" 
indexName="IDX_FK_ZYEYJGSMALNT3KGKIQDX3UA" 
tablespace="${archive.tablespace.index}">

            <column name="DATA_OWNER_ID"/>

        </createIndex>

    </changeSet>


takes more than 30 seconds. for each such changeset

It seems according to the stacktrace that an internal databaseSnapshot is being 
created for every changeSet ????

   at 
liquibase.snapshot.jvm.JdbcDatabaseSnapshotGenerator.getForeignKeys(JdbcDatabaseSnapshotGenerator.java:505)
   at 
liquibase.snapshot.jvm.JdbcDatabaseSnapshotGenerator.readForeignKeyInformation(JdbcDatabaseSnapshotGenerator.java:380)
   at 
liquibase.snapshot.jvm.JdbcDatabaseSnapshotGenerator.createSnapshot(JdbcDatabaseSnapshotGenerator.java:221)
   at 
liquibase.snapshot.jvm.JdbcDatabaseSnapshotGenerator.hasIndex(JdbcDatabaseSnapshotGenerator.java:401)
   at 
liquibase.precondition.core.IndexExistsPrecondition.check(IndexExistsPrecondition.java:63)
   at liquibase.precondition.core.NotPrecondition.check(NotPrecondition.java:30)
   at liquibase.precondition.core.AndPrecondition.check(AndPrecondition.java:34)
   at 
liquibase.precondition.core.PreconditionContainer.check(PreconditionContainer.java:199)

Unsubscribe to new topics from this board by clicking here: 
http://liquibase.org/forum/index.php?action=notifyboard;board=1.0

Regards,
The Liquibase Community Forum Team.
------------------------------------------------------------------------------
Start uncovering the many advantages of virtual appliances
and start using them to simplify application deployment and
accelerate your shift to cloud computing.
http://p.sf.net/sfu/novell-sfdev2dev
_______________________________________________
Liquibase-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/liquibase-user

Reply via email to