[
https://issues.jboss.org/browse/TEIIDDES-3110?page=com.atlassian.jira.plu...
]
Barry LaFond commented on TEIIDDES-3110:
----------------------------------------
Reference for Materialization:
https://teiid.gitbooks.io/documents/content/v/9.3.x/caching/External_Mate...
In Designer:
* teiid_rel:MATVIEW_TTL >> relational:Time to Live
* teiid_rel:ALLOW_MATVIEW_MANAGEMENT >> relational: Allow Teiid based management
* teiid_rel:MATVIEW_PREFER_MEMEORY >> ( *not a valid extension property* )
* teiid_rel:MATVIEW_UPDATABLE >> *is not an materialization extension property* but
covered by the view's standard *Supports Update* property
* teiid_rel:MATVIEW_SCOPE" 'VDB' >> relational: Materialized Share
Scope
Can not define Mat management options in JBDS
---------------------------------------------
Key: TEIIDDES-3110
URL:
https://issues.jboss.org/browse/TEIIDDES-3110
Project: Teiid Designer
Issue Type: Feature Request
Components: Views
Reporter: Kylin Soong
If add some more options to further fine-grained contain Mat View management as below:
{code}
"teiid_rel:MATVIEW_TTL" 3600000,
"teiid_rel:ALLOW_MATVIEW_MANAGEMENT" 'true',
"teiid_rel:MATVIEW_PREFER_MEMEORY" 'true',
"teiid_rel:MATVIEW_UPDATABLE" 'true',
"teiid_rel:MATVIEW_SCOPE" 'VDB'
{code}
There is not possible to do this in JBDS
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)