Re: [rules-users] Performance Tuning

2007-08-06 Thread Mark Proctor
I assume you are on 3.0, as the properties system should be overhauled. However left beta node indexings should be true, for both 3.0 and 4.0. I can't remember if alpha node hashing is true or false in 3.0, but in 4.0 its false as default and then gets turned on when you try to do dynamic rule

[rules-users] Performance Tuning

2007-08-03 Thread Yuri de Wit
I am trying to improve performance on a Large DataSet, few Rules app and came accross these two properties, which by default is false: RuleBaseConfiguration.PROPERTY_INDEX_LEFT_BETA_MEMORY RuleBaseConfiguration.PROPERTY_HASH_ALPHA_NODES What do they mean actually? How and when should I use them?