]
Ramesh Reddy commented on TEIID-3434:
-------------------------------------
Then what you need is use PreparedPlan caching with Materialization defined on certain
tables. For prepared plans you need to just use the Prepared Statement execution.
Ability to enable/disable caching by table and/or source
--------------------------------------------------------
Key: TEIID-3434
URL:
https://issues.jboss.org/browse/TEIID-3434
Project: Teiid
Issue Type: Feature Request
Reporter: Burak Serdar
Assignee: Steven Hawkins
We need to be able to enable/disable caching by table and/or source. Some of our tables
have real-time data, and we do not want to cache those, and some other tables can use
cached data. It is not sufficient to use SQL options to turn caching on or off, because
we're using 3rd party tools, and we don't have control over the SQL they generate.