[rules-users] Is there a faster way of doing this in Drools ?

Wolfgang Laun wolfgang.laun at gmail.com
Wed May 9 13:37:49 EDT 2012


Merely filtering a subset of data items from a collection according to
user's changing needs and whims is NOT the primary use case of a production
rule system.  This kind of problem has been solved adequately and
efficiently by SQL queries or some similar DB query technique.

It is true that such filtering rules, if compiled and stored in a
KnowledgeBase, can achieve the same thing, but, since rules are targeted at
a more sophisticated use cases, this will never be as efficient as a simple
query system.

-W
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/rules-users/attachments/20120509/3140f118/attachment.html 


More information about the rules-users mailing list