Scott Farquhar [Atlassian] added a comment - 14/Jun/05 07:44 AM Is there a way to update workflows using SQL statements instead of loading all the issues into memory (even by looping)?
Then we could do it transactionally in a much better way.
The issues are now iterated over using a Webwork iterator - meaning that the entire collection of issues is not pulled into memory for the completion of this operation.
Keith Brophy added a comment - 18/Jul/05 06:04 PM The issues are now iterated over using a Webwork iterator - meaning that the entire collection of issues is not pulled into memory for the completion of this operation.
Then we could do it transactionally in a much better way.