cancel
Showing results for 
Search instead for 
Did you mean: 

working with a high number of process instances

jcosano
Champ in-the-making
Champ in-the-making
I'll try to model a process that every day creates aprox. 45000 new process instances.
Now I'm preparing environment, using MySql, but the target is migrate to Oracle, with RC1

Activiti can work with this? or maybe is too much? performance will be affected with this high number of process instances?

I think that this process should be a great test for RC1 Smiley Tongue


happy weekend!
4 REPLIES 4

jbarrez
Star Contributor
Star Contributor
Ive tested Activiti up to a million process instances.

Besides some indices that clearly needed to be added, all worked fine.
The bottleneck will definitely be your database throughput, Activiti itself has a very low overhead.

jcosano
Champ in-the-making
Champ in-the-making
Thanks!, In next weeks I can give my own experience about this situation..

iravanchi
Champ in-the-making
Champ in-the-making
@joram Which RDBMS were you using? H2 or MySQL?

jbarrez
Star Contributor
Star Contributor
MySQL through Spring.