Re[2]: [drools-user] AssertObject Performance

2006-02-01 Thread Felipe Piccolini
Michael, Yes, lazy loading, and yes... proxies as usual with hibernate. But I think I solved the problem, because there was some rules with tuples (the same subject you are discussing all this time), two facts of the same type asserted with no condition asking the different instance. Thanks

Re: Re[2]: [drools-user] AssertObject Performance

2006-02-01 Thread Michael Neale
The combination monster. Hopefully with Drools 3, performance for this sort of thing will be much improved, but nevertheless, its always good to filter out the unwanted conditions (that you know are unwanted). Generally I believe it helps to have these conditions first in the rule condition list.