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

Steven Hawkins (Commented) (JIRA) jira-events at lists.jboss.org
Mon Nov 14 10:17:40 EST 2011


    [ https://issues.jboss.org/browse/TEIID-1824?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12642560#comment-12642560 ] 

Steven Hawkins commented on TEIID-1824:
---------------------------------------

This is not related to xmltable processing.  It affects document construction and application of stylesheets.
                
> 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