[rules-users] How to improve performance with large number of rules and facts ?

virajn mayuraviraj at gmail.com
Mon Aug 5 06:56:39 EDT 2013


I'm using this project as a experiment. Therefore condition of the all rules
are same and they will fire once for all the objects. Following is a sample.

when
        UserProfile( profile == UserProfile.STUDENT )
        $book : Book( student == true )
then
        $book.setEligible(true);
end







--
View this message in context: http://drools.46999.n3.nabble.com/How-to-improve-performance-with-large-number-of-rules-and-facts-tp4025324p4025326.html
Sent from the Drools: User forum mailing list archive at Nabble.com.


More information about the rules-users mailing list