[
https://issues.jboss.org/browse/DROOLS-1519?page=com.atlassian.jira.plugi...
]
Geoffrey De Smet updated DROOLS-1519:
-------------------------------------
Description:
See:
http://stackoverflow.com/questions/43282665/why-does-the-order-of-how-we-...
The ($v == var) filters much later causing a scaling loss.
Investigate if drools can avoid that problem and make the slow one as fast as the fast
one.
We don't want to have to rewrite all our rules to take advantage of this speedup and
educate all our users to prefer one way over another, if and only if we can avoid it.
was:
See:
http://stackoverflow.com/questions/43282665/why-does-the-order-of-how-we-...
The ($v == var) filters much later causing a scaling loss.
Investigate if drools can avoid that problem and make the slow one as fast as the fast
one?
so we don't have to rewrite all our rules to take advantage of this speedup.
(var == $v) is faster than ($v == var) and scales much better: can
they both be that fast?
------------------------------------------------------------------------------------------
Key: DROOLS-1519
URL:
https://issues.jboss.org/browse/DROOLS-1519
Project: Drools
Issue Type: Enhancement
Components: core engine
Affects Versions: 6.5.0.Final
Reporter: Geoffrey De Smet
Assignee: Mario Fusco
Priority: Critical
See:
http://stackoverflow.com/questions/43282665/why-does-the-order-of-how-we-...
The ($v == var) filters much later causing a scaling loss.
Investigate if drools can avoid that problem and make the slow one as fast as the fast
one.
We don't want to have to rewrite all our rules to take advantage of this speedup and
educate all our users to prefer one way over another, if and only if we can avoid it.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)