]
Tibor Zimányi updated DROOLS-1495:
----------------------------------
Labels: parallel-agenda reported-by-qe (was: reported-by-qe)
Partition also ObjectTypeNodes when using parallel agenda
---------------------------------------------------------
Key: DROOLS-1495
URL:
https://issues.jboss.org/browse/DROOLS-1495
Project: Drools
Issue Type: Enhancement
Components: core engine
Affects Versions: 7.0.0.Beta7
Reporter: Tibor Zimányi
Assignee: Mario Fusco
Priority: Minor
Labels: parallel-agenda, reported-by-qe
Currently we don't parallelize ObjectTypeNodes. They are part of MAIN partition. The
parallelization starts then after OTNs. This limitation doesn't introduce performance
gains for scenarios, where only one partition is after each OTN. The better approach would
be to have the Rete network partitioned right from Entry Point.