[teiid-issues] [JBoss JIRA] (TEIID-2578) add/remove schema elements

Ramesh Reddy (JIRA) issues at jboss.org
Wed Aug 3 12:59:00 EDT 2016


    [ https://issues.jboss.org/browse/TEIID-2578?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13274697#comment-13274697 ] 

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)


More information about the teiid-issues mailing list