]
RH Bugzilla Integration updated TEIID-3156:
-------------------------------------------
Bugzilla Update: Perform
Bugzilla References:
Provide a mechanism to turn off string sorting
----------------------------------------------
Key: TEIID-3156
URL:
https://issues.jboss.org/browse/TEIID-3156
Project: Teiid
Issue Type: Feature Request
Components: Misc. Connectors, Query Engine
Reporter: Steven Hawkins
Assignee: Steven Hawkins
Fix For: 8.9
Currently we don't have a fine grained mechanism to turn off source sorting of
specifically string data. If a source is using a different collation for example and
cannot be set on a session basis (that could be configured on the datasource) to an
ansi/utf collation, then at least for join scenarios we have to process the sort in the
engine. Optionally the user may wan the Teiid default collation enforced even for other
sorts.