[teiid-issues] [JBoss JIRA] (TEIID-2732) Improve repeated string serialization performance

Steven Hawkins (JIRA) jira-events at lists.jboss.org
Mon Nov 11 07:26:05 EST 2013


Steven Hawkins created TEIID-2732:
-------------------------------------

             Summary: Improve repeated string serialization performance
                 Key: TEIID-2732
                 URL: https://issues.jboss.org/browse/TEIID-2732
             Project: Teiid
          Issue Type: Quality Risk
          Components: Query Engine
    Affects Versions: 7.7
            Reporter: Steven Hawkins
            Assignee: Steven Hawkins
             Fix For: 8.6


In Teiid 7.5 we switched away from object serialization to writing every value to the serialization stream.  This provides better performance for distinct/small values, but adds a significant amount of overhead compared to just object serialization for large and repeated values.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the teiid-issues mailing list