[
https://issues.jboss.org/browse/TEIID-3831?page=com.atlassian.jira.plugin...
]
Steven Hawkins resolved TEIID-3831.
-----------------------------------
Fix Version/s: 8.13
8.12.3
(was: 8.12.x)
Resolution: Done
Added to 8.12.x since it may be needed there, but will leverage this more in 9.0. The one
thing that isn't very good is that re-using the Scope enum means you can set
Scope.NONE - which is no different than Scope.SESSION. This is noted in the java docs.
The docs for 9.0 have been updated as well.
For results set caching there should scope metadata for source
tables/procedures
--------------------------------------------------------------------------------
Key: TEIID-3831
URL:
https://issues.jboss.org/browse/TEIID-3831
Project: Teiid
Issue Type: Feature Request
Components: Query Engine
Reporter: Steven Hawkins
Assignee: Steven Hawkins
Fix For: 8.13, 8.12.3
Functions have optional metadata to convey their determinism, which affects the caching
scope. However we don't have extension metadata or per execution metadata around
source queries (there is a scope field on a cache directive, but that only applies to
source level caching). We should provide a general mechanism so that users aren't
required to manually override the result set cache scope.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)