Issue Details (XML | Word | Printable)

Key: JRA-6987
Type: Improvement Improvement
Status: Resolved Resolved
Resolution: Fixed
Priority: Major Major
Assignee: Keith Brophy
Reporter: Anton Mazkovoi [Atlassian]
Votes: 0
Watchers: 0
Operations

Add/Edit UI Mockup to this issue
If you were logged in you would be able to see more operations.
JIRA

Migrating issues through workflow retrieves all issues at once

Created: 13/Jun/05 08:01 PM   Updated: 18/Jul/05 06:04 PM
Component/s: Backend / Domain Model
Affects Version/s: 3.2
Fix Version/s: 3.3 Beta1

Time Tracking:
Not Specified

Participants: Anton Mazkovoi [Atlassian], Keith Brophy and Scott Farquhar [Atlassian]
Since last comment: 3 years, 19 weeks, 6 days ago
Resolution Date: 18/Jul/05 06:04 PM
Labels:


 Description  « Hide
Need to use an iterator as if the project has a lot oi issues, memory becomes a problem.

 All   Comments   Work Log   Change History      Sort Order: Ascending order - Click to sort in descending order
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.


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.