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 27204 - Analyze and improve XML model performance
Summary: Analyze and improve XML model performance
Status: RESOLVED WONTFIX
Alias: None
Product: xml
Classification: Unclassified
Component: TAX/Lib (show other bugs)
Version: 3.x
Hardware: PC Linux
: P3 blocker (vote)
Assignee: issues@xml
URL:
Keywords: PERFORMANCE
Depends on:
Blocks: 26478 26479
  Show dependency tree
 
Reported: 2002-09-11 11:28 UTC by _ lkramolis
Modified: 2008-10-24 08:59 UTC (History)
0 users

See Also:
Issue Type: TASK
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description _ lkramolis 2002-09-11 11:28:58 UTC
Currently there is a problem with large XML
documents. It takes long time to parse it and
consumes a lot of memory.

http://www.netbeans.org/issues/show_bug.cgi?id=22152
http://www.netbeans.org/issues/show_bug.cgi?id=22789

Try to improve it. Probably the only solution is
with MDR and MOF-based XML metamodel.

http://xml.netbeans.org/plans/model/
Comment 1 _ lkramolis 2002-09-20 13:21:37 UTC
It is Tree API for XML (TAX) issue. It was never optimalized. Current
concerns about:

org.netbeans.tax.TreeChild.getOwnerDocument()
org.netbeans.tax.<any-TreeObject-extend>.merge(...)
Comment 2 _ lkramolis 2002-09-23 16:59:09 UTC
Tip: "intern" most of TAX Strings.
[Element name, attribute name, namespace URI, declaration name, ...]
Comment 3 Jaroslav Tulach 2008-10-24 08:59:54 UTC
Some lost performance issue.