[
https://issues.jboss.org/browse/TEIID-2578?page=com.atlassian.jira.plugin...
]
Ramesh Reddy commented on TEIID-2578:
-------------------------------------
I will be modifying the schema creation as
{code}
CREATE (VIRTUAL|FOREIGN) SCHEMA <name> [SERVER <server-name> (<COMMA>
<server-name>)*] OPTIONS (....)
{code}
This will establish two things.
1. Defines the SCHEMA aka model is PHYSICAL or VIRTUAL.
2. Associates the Data Source name(s) with a SCHEMA. This being plural, will also handle
the Multi Source models.
add/remove schema elements
--------------------------
Key: TEIID-2578
URL:
https://issues.jboss.org/browse/TEIID-2578
Project: Teiid
Issue Type: Feature Request
Components: Query Engine
Reporter: Ramesh Reddy
Assignee: Ramesh Reddy
Fix For: 9.1
Schemas are currently static after load. Modifications can only happen with restarts or
new versions. We should allow add/drop at runtime.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)