[rules-users] column binding vs field binding - any performance implications?

Olenin, Vladimir (MOH) Vladimir.Olenin at moh.gov.on.ca
Wed Mar 7 11:55:26 EST 2007


Hi,

 

I wonder if there are any performance implications of choosing column
binding vs field binding (I'll be using bound variable in eval). Eg, in such
case:

 

Record($field : field)

eval ( $field.equals("xxx") )

 

vs

 

$r: Record()

eval ( $r.field.equals("xxx") )

 

 

Does it start to make difference only when some significant number of
variable get bound?

 

Thanks,

 

Vlad

 

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/rules-users/attachments/20070307/22925927/attachment.html 


More information about the rules-users mailing list