[teiid-issues] [JBoss JIRA] (TEIID-4881) Better account for differences between ddl and vdb.xml vdbs

Steven Hawkins (JIRA) issues at jboss.org
Thu May 4 14:39:00 EDT 2017


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

Steven Hawkins commented on TEIID-4881:
---------------------------------------

Made a commit to change the metadata load and ddl processing to be performed sequentially after the parsing of the vdb structure.  This two phase approach keeps thing relatively consistent with the current logic.  This loosened the previous restriction on the ddl somewhat, which I'll update in the docs.  However it also means that for now metadata caching is not supported - as that was tied to the notion of metadata loading for a schema.  It also means that load will not wait for source availability or retry if there is an issue with getting a connection.  All of which make the load look more like the behavior of Teiid embedded.

> Better account for differences between ddl and vdb.xml vdbs
> -----------------------------------------------------------
>
>                 Key: TEIID-4881
>                 URL: https://issues.jboss.org/browse/TEIID-4881
>             Project: Teiid
>          Issue Type: Task
>          Components: Query Engine
>    Affects Versions: 9.2
>            Reporter: Steven Hawkins
>            Assignee: Steven Hawkins
>             Fix For: 9.3
>
>
> In several aspects the metadata systems are different, which is touched on in TEIID-4536
> This issue will cover making them function as similarly as possible and to also document the ways in which they are different.



--
This message was sent by Atlassian JIRA
(v7.2.3#72005)


More information about the teiid-issues mailing list