Re: [rules-users] help with diagnosing CEP performance issue

2010-12-25 Thread Wolfgang Laun
You are inserting a day's worth of backup events at a time. In this loop the engine is forced to evaluate both rules, for an ever-increasing number of events. It's the second rule that requires a comparison between any two backup events, and this causes a quadratic increment in processing time. CE

[rules-users] Setting rule properties via guvnor

2010-12-25 Thread GPatel
Is there a way to set the rule-flow group of a rule via the guvnor UI? Thanks GP - The information contained in this communication (including any attachments hereto) is confidential and is intended solely for the personal and confidential use of the indivi

Re: [rules-users] help with diagnosing CEP performance issue

2010-12-25 Thread radai
just to be clear, the "fixed" was only referring to my nick on gmail ... ;-) On Sun, Dec 26, 2010 at 6:24 AM, radai wrote: > well, fixed now :-) > the benchmark (part of a junit) looks like this: > > protected void init() { > KnowledgeBuilderConfiguration bConf = > KnowledgeBuilderFactor

Re: [rules-users] help with diagnosing CEP performance issue

2010-12-25 Thread radai
well, fixed now :-) the benchmark (part of a junit) looks like this: protected void init() { KnowledgeBuilderConfiguration bConf = KnowledgeBuilderFactory.newKnowledgeBuilderConfiguration(); KnowledgeBuilder builder = KnowledgeBuilderFactory.newKnowledgeBuilder(bConf); buil