[rules-users] Identify Rule on Attributes

Scott Reed sreed at avacoda.com
Fri Mar 13 10:40:56 EDT 2009


A RuleBase can contain many rules, not just one. Generally we take all 
the rules we need for an application and we assemble them into one 
rulebase, so we don't have to figure out which rulebase to use. Does 
that help?

Nikhil_dev [3/13/2009 8:16 AM] wrote:
> Perfect this is the situation but the only difference is the last part,
>
> Rulebase for all the 3 Rules are stored in memory.
>
> Now i have is attributes(implemented as bean class), but the issue is i dont
> know which Rulebase to use out of the three which is present in the memory,
> fetching them one by one and executing it individually is possible but a
> long procedure which i want to avoid.(executing 3 Rule is ok what if i have
> 100000 rules it will be very slow process)
>   



More information about the rules-users mailing list