[teiid-issues] [JBoss JIRA] (TEIID-1824) SQL/XML performance enhancement

Steven Hawkins (Created) (JIRA) jira-events at lists.jboss.org
Sun Nov 13 08:01:40 EST 2011


SQL/XML performance enhancement
-------------------------------

                 Key: TEIID-1824
                 URL: https://issues.jboss.org/browse/TEIID-1824
             Project: Teiid
          Issue Type: Enhancement
          Components: Query Engine
    Affects Versions: 7.1
            Reporter: Steven Hawkins
            Assignee: Steven Hawkins
             Fix For: 7.6


The sql/xml processing functions, xmlforrest, xmlelement, xsltransform, etc. make use of stax factories by creating a newInstance each time.  This is much too heavy-weight.  The factories should be shared as much as possible.  The woodstox input/ouput factories in particular can be static.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the teiid-issues mailing list