[
https://issues.jboss.org/browse/TEIID-2584?page=com.atlassian.jira.plugin...
]
Steven Hawkins commented on TEIID-2584:
---------------------------------------
1) Currently both SYS and SYSADMIN are both categorized as
"SOURCE" schemas, should I add another at "VIRTUAL" schema for this
purpose?
No that don't matter. A view in a source schema is still processed as a view.
2) How can I look up metadata inside the virtual procedure?
You have to lookup the oid, then lookup the property by name:
{code}
declare string uid = (select uid from sys.tables where schemaName = ... and name = ...);
declare string propValue = (select "value" from sys.properties where sys.uid =
variables.uid and name = ... );
{code}
I will rewrite using "merge"
currently our merge won't work as you can't differentiate between an
updated/inserted row.
Add management features to materialization
------------------------------------------
Key: TEIID-2584
URL:
https://issues.jboss.org/browse/TEIID-2584
Project: Teiid
Issue Type: Feature Request
Reporter: Ramesh Reddy
Assignee: Ramesh Reddy
Fix For: 8.5
Currently Teiid supports internal and external materialization features. The internal is
managed completely by the Teiid query engine along with the infinispan cache.
External materialization is completely unmanaged and left out to the user to manage it
externally. This goals for this feature are unify the materialization logic for internal
and external, such that both are managed similarly irrespective of the type of
materialization chosen.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see:
http://www.atlassian.com/software/jira