Currently Being Moderated

JbpmPerformanceTuning

VERSION 3

Created on: Jun 8, 2006 9:03 AM by Tom Baeyens - Last Modified:  Jun 8, 2006 9:05 AM by Tom Baeyens

JBoss jBPM's out-off-the-box configuration is mainly targetted at portability.  Meaning that we want jBPM to run out of the box on as many environments as possible.  This wiki page will be a collection of tips and tricks for enhancing the jBPM performance, together with their tradeoff.

 

ID generation

For the jBPM execution data and logging data, the id generation strategy could be changed from 'native' to 'hilo'.  TODO discuss the requirements of hilo and clustering implications.

 

Logging

If you don't need the historical logging and audit information, you can simply remove logging by removing the logging service line in the  jbpm-context element in the jbpm.cfg.xml configuration file.

 

Analysing the SQL

A very interesting utility in analysing the hibernate generated queries is hibernate configuration parameter

true]]>.  That will tell for each query why it is executed.

 

 

 

Average User Rating
(0 ratings)




There are no comments on this article

More Like This

  • Retrieving data ...