[jboss-jira] [JBoss JIRA] Created: (JBRULES-2239) Batching accumulate to avoid wasteful re-propagations

Geoffrey De Smet (JIRA) jira-events at lists.jboss.org
Sun Aug 9 04:19:29 EDT 2009


Batching accumulate to avoid wasteful re-propagations
-----------------------------------------------------

                 Key: JBRULES-2239
                 URL: https://jira.jboss.org/jira/browse/JBRULES-2239
             Project: Drools
          Issue Type: Feature Request
      Security Level: Public (Everyone can see)
          Components: drools-core  (expert)
    Affects Versions: 5.0.1.FINAL
            Reporter: Geoffrey De Smet
            Assignee: Mark Proctor


>From irc:

<conan> the accumualte needs to be batched
<conan> imagine you have an accumulate follows by another node
<conan> if you do 10 assertions
<conan> what you want to do is aggregate over the 10 assertions
<conan> and then propagate it to the next node
<conan> what actually happens is each time the accumulate is true, for each assertion
<conan> it retracts all hild propagations
<conan> re-calculates the aggregate
<conan> and re-propagates
<conan> which is terribly wasteful

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the jboss-jira mailing list