This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 95156 - Bulk mutation on big schemas through schema model API seems to be slow
Summary: Bulk mutation on big schemas through schema model API seems to be slow
Status: NEW
Alias: None
Product: xml
Classification: Unclassified
Component: Schema Model (show other bugs)
Version: 5.x
Hardware: All All
: P3 blocker (vote)
Assignee: issues@xml
URL:
Keywords: PERFORMANCE
Depends on:
Blocks:
 
Reported: 2007-02-10 17:36 UTC by J Xu
Modified: 2007-06-08 07:55 UTC (History)
1 user (show)

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments
XSD for HL7 message ADT_A01 (158.33 KB, application/octet-stream)
2007-02-10 17:39 UTC, J Xu
Details

Note You need to log in before you can comment on or make changes to this bug.
Description J Xu 2007-02-10 17:36:53 UTC
Bulk mutation on big schemas through schema model API seems to be slow.  For 
example, adding an annotation with one appinfo with "source" attribute set to 
every element declaration (global and local) of the attached ADT_A01.xsd (plus 
all XSDs it references) takes about 150 seconds on a Dell Latitude D600 Laptop 
with 2GB of RAM.  The number of element declarations being modified is 2683.
Comment 1 J Xu 2007-02-10 17:39:18 UTC
Created attachment 38311 [details]
XSD for HL7 message ADT_A01