]
Steven Hawkins resolved TEIID-3209.
-----------------------------------
Fix Version/s: 8.10
Resolution: Done
Made TTL optional and prefers the property if the cache hint is present. And made on
error action optional defaulting to WAIT.
Issues with mat view ttl
------------------------
Key: TEIID-3209
URL:
https://issues.jboss.org/browse/TEIID-3209
Project: Teiid
Issue Type: Bug
Components: Documentation, Query Engine
Reporter: Steven Hawkins
Assignee: Steven Hawkins
Fix For: 8.10
The docs / code have matview_ttl as required, but the code will also prefer to use the
cache hint ttl if it also supplied. I believe the cache hint should not be used in this
case.
Generally there is also: TEIID-2194 which we should probably prefer properties over the
cache hint because they are more targeted and can be more easily be manipulated at
runtime.