Bug 377759 - [performance] Too many disk accesses when marking review elements as reviewed
Summary: [performance] Too many disk accesses when marking review elements as reviewed
Status: RESOLVED FIXED
Alias: None
Product: z_Archived
Classification: Eclipse Foundation
Component: Mylyn (show other bugs)
Version: unspecified   Edit
Hardware: PC Windows Vista
: P3 normal (vote)
Target Milestone: 0.10   Edit
Assignee: Alvaro Sanchez-Leon CLA
QA Contact:
URL:
Whiteboard:
Keywords: plan
Depends on:
Blocks:
 
Reported: 2012-04-26 09:44 EDT by Alvaro Sanchez-Leon CLA
Modified: 2012-04-27 12:01 EDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Alvaro Sanchez-Leon CLA 2012-04-26 09:44:39 EDT
Marking review items as reviewed causes to serialize each marked model element individually causing unnecessary delays.
Comment 1 Alvaro Sanchez-Leon CLA 2012-04-27 11:59:55 EDT
used the core api to stop serialization of the EMF resource for the current participant, perform all the updates in RAM and then serialize all changes in one shot, to finally re-enable serialization.
Comment 2 Alvaro Sanchez-Leon CLA 2012-04-27 12:01:17 EDT
as per previous comment