If we use salesforce translator need to use cache for translation results (not for query results) for speed up of translation of SQL request to SOQL. How to use this in TEIID in spring-boot-teiid application?
Asked
Active
Viewed 56 times
0
-
Have you seen this taking a long time? have any debug info? You can turn on the prepared statement cache, but that is only at engine level. – Ramesh Reddy Jan 22 '20 at 14:17
-
How i can turn on cache? – 3draven Jan 23 '20 at 16:44
-
There is no cache at the level of SQL to SOQL, if you are seeing generally an issue with performance, then this could be some other issue, we need to details as to how you came to the conclusion that you need cache at SOQL layer. – Ramesh Reddy Jan 23 '20 at 20:10