[
https://issues.jboss.org/browse/TEIIDSB-135?page=com.atlassian.jira.plugi...
]
Steven Hawkins commented on TEIIDSB-135:
----------------------------------------
Quite a while ago order by support was turned off by default for the salesforce
translator:
https://issues.jboss.org/browse/MMX-2585
The workaround is to enable order by with a translator override property - but you may hit
the original issue that not all salesforce types are sortable.
This issue could be to make the old fix more targeted - that is leave order by enabled,
but selective identify types/columns that cannot be sorted.
top in odata query is not working
---------------------------------
Key: TEIIDSB-135
URL:
https://issues.jboss.org/browse/TEIIDSB-135
Project: Teiid Spring Boot
Issue Type: Bug
Components: OData
Affects Versions: 1.2.0
Environment: teiid-spring-boot+spring-odata teiid+spring-data-salesforce
Reporter: Renat Eskenin
Priority: Major
When we call simple request as
salesforce-odata-facade/odata/salesforce/Product_License__c?$top=1&$select=Id
request processing time is 1min. But this request processing by simple SOAP SOQL request
is ~150ms.
I think this do because teiid select all objects by ignoring top in request.
--
This message was sent by Atlassian Jira
(v7.13.8#713008)