A
ABL
I have a query that has calculated fields and joins in it. I am
wondering what kind of performance hit I might expect if I have to call
functions 8 times(!) per row returned.
6 of these calls are to two functions (3 each) with different values.
All 8 columns are consecutive. Would it be quicker to call one big
function and return the "8 columns" in one big string (I am not using
header rows, and these calculations are read only, so I don't need to
change them)?
Any suggestions for increasing performance are welcome.
I am using A2K.
Thanks,
Alden
Plese reply only to the newsgroup. This email address is seldom checked
and is used to catch unsolicited email.
wondering what kind of performance hit I might expect if I have to call
functions 8 times(!) per row returned.
6 of these calls are to two functions (3 each) with different values.
All 8 columns are consecutive. Would it be quicker to call one big
function and return the "8 columns" in one big string (I am not using
header rows, and these calculations are read only, so I don't need to
change them)?
Any suggestions for increasing performance are welcome.
I am using A2K.
Thanks,
Alden
Plese reply only to the newsgroup. This email address is seldom checked
and is used to catch unsolicited email.