Bug 22859 - [CVS Core Optimization] Folder pruning takes a long time for commit of many files
Summary: [CVS Core Optimization] Folder pruning takes a long time for commit of many f...
Status: RESOLVED FIXED
Alias: None
Product: Platform
Classification: Eclipse Project
Component: Team (show other bugs)
Version: 2.0   Edit
Hardware: PC Windows 2000
: P2 normal (vote)
Target Milestone: 2.1 M2   Edit
Assignee: Michael Valenta CLA
QA Contact:
URL:
Whiteboard:
Keywords: performance
Depends on:
Blocks:
 
Reported: 2002-08-26 16:11 EDT by Michael Valenta CLA
Modified: 2002-09-20 14:19 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Michael Valenta CLA 2002-08-26 16:11:17 EDT
I committed approx 1600 files from the sync view. The operation took a very 
long time (20-30 minutes). The culprit was the PruneFolderVisitor which visited 
the parent of each file committed to check if it needed to be pruned. This 
should be optimized to only check resources that are appropriate (i.e. outgoing 
deletions).
Comment 1 Michael Valenta CLA 2002-09-20 14:19:47 EDT
Fix released to HEAD