Notes/Domino Fix List
| |
SPR # RBEE5WNMG9 | Fixed in 6.0.5 release | Regression in 6.0 |
Product Area: Designer Technical Area: Design Platform: Cross Platform
Lotus Customer Support APAR: JR05505
SPR# RBEE5WNMG9 - A different technique was used for long lists and short lists. The long list version was very recursive and slow, so using the short list version for all lists. This problem has been fixed in 6.0.5 and 6.5.3, and was a regression introduced in 6.0.
Technote Number: 1172991
Problem:
This issue was reported to Lotus Quality Engineering and was addressed in
Domino Designer 6.5.3.
Excerpt from the Lotus Notes and Domino Release 6.5.3 MR fix list (available at
http://www.ibm.com/developerworks/lotus/):
SPR# RBEE5WNMG9 - A different technique was used for long lists and short
lists. The long list version was very recursive and slow, so using the short
list version for all lists. This problem has been fixed in 6.0.5 and 6.5.3, and
was a regression introduced in 6.0.
In the case of the example above, it was determined that changing the formula
slightly from:
@Word(@Implode(CountryNamelist; ";"); ";"; index)
to:
CountryNamelist[index]
significantly improved the time the formula took to run. More >
Last Modified on 12/10/2013
Go back
|