[teiid-issues] [JBoss JIRA] (TEIID-2148) Add enhancements to more efficiently handle large documents/files

Steven Hawkins (JIRA) jira-events at lists.jboss.org
Fri Aug 17 14:18:15 EDT 2012


     [ https://issues.jboss.org/browse/TEIID-2148?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Steven Hawkins updated TEIID-2148:
----------------------------------

    Affects: Documentation (Ref Guide, User Guide, etc.),Release Notes

    
> Add enhancements to more efficiently handle large documents/files
> -----------------------------------------------------------------
>
>                 Key: TEIID-2148
>                 URL: https://issues.jboss.org/browse/TEIID-2148
>             Project: Teiid
>          Issue Type: Enhancement
>          Components: Query Engine
>            Reporter: Steven Hawkins
>            Assignee: Steven Hawkins
>             Fix For: 8.2
>
>
> The default strategy of Teiid is to copy the inputstream sent back from CXF (or anything returning a Source/DataSource).  To reduce latency this copy should be performed during read, rather than all at once.
> Ideally we should investigate the CXF internals to see if we can get a handle to a temp file, which would completely eliminate the need for a copy.  Alternatively or in addition to this approach, the ws translator should offer an option to return a single use SQL/XML value to the engine.

--
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