[teiid-issues] [JBoss JIRA] (TEIID-2361) The current MAX String size is 4000, add the ability to configure when larger sizes are used

Steven Hawkins (JIRA) jira-events at lists.jboss.org
Fri Feb 1 08:39:51 EST 2013


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

Steven Hawkins commented on TEIID-2361:
---------------------------------------

Regardless of the version Teiid will try to limit in-memory strings to the max size via truncation, whether that is from function evaluation, conversions, etc.  However not every source will have direct string values checked against the max (this is why I refer to it as a nominal not a hard maximum) this allows for some simple passthrough scenarios to work with strings larger than the max.

Sources (not Teiid) may throw exceptions depending upon their handling of larger strings.  We may need to incorporate some additional translator logic as needed.
                
> The current MAX String size is 4000, add the ability to configure when larger sizes are used
> --------------------------------------------------------------------------------------------
>
>                 Key: TEIID-2361
>                 URL: https://issues.jboss.org/browse/TEIID-2361
>             Project: Teiid
>          Issue Type: Enhancement
>          Components: Query Engine
>            Reporter: Van Halbert
>            Assignee: Steven Hawkins
>             Fix For: 8.3
>
>
> The MAX String size is currently 4000.  After a discussion with Steve, he indicated a more common default might be 16k, and also add the ability to configure the size when a data source is being used that contains large sizes.

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