Bug 213616 - [prov] Generator should do a bulk add of ArtifactDescriptors
Summary: [prov] Generator should do a bulk add of ArtifactDescriptors
Status: RESOLVED DUPLICATE of bug 184538
Alias: None
Product: Equinox
Classification: Eclipse Project
Component: Incubator (show other bugs)
Version: 3.4   Edit
Hardware: All All
: P3 enhancement (vote)
Target Milestone: ---   Edit
Assignee: equinox.incubator-inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-12-20 12:58 EST by Simon Kaegi CLA
Modified: 2007-12-21 10:19 EST (History)
1 user (show)

See Also:


Attachments
bulk operation patch (3.00 KB, patch)
2007-12-20 12:58 EST, Simon Kaegi CLA
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Simon Kaegi CLA 2007-12-20 12:58:33 EST
Created attachment 85672 [details]
bulk operation patch 

The Generator is doing individual addDescriptor calls instead of a bulk add similar. This results in a lot of re-writing of the artifacts.xml file. We should look at doing a bulk add similar to how we're adding IUs to the metadata repository.

I'm marking as an enhancement for now as a quick and dirty test (see patch)didn't show much of an improvement in terms of time taken. The generation time is still dominated by moving the artifacts around.
Comment 1 Simon Kaegi CLA 2007-12-21 10:19:16 EST

*** This bug has been marked as a duplicate of bug 184538 ***