[jbpm-dev] [Design of JBoss jBPM] - Re: PostgeSQL runs take too long

tom.baeyens@jboss.com do-not-reply at jboss.com
Thu Sep 11 07:09:15 EDT 2008


the first place to look for the cause is the db-recreation inbetween all tests.

at one time, to clean the db inbetween the tests, the key constraints were dropped and then a "delete from tablename" for all tables was done.

this might have changed to a create-drop of the full schema.

that is what should be checked first.  recreation can be very costly.

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4175827#4175827

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4175827



More information about the jbpm-dev mailing list