[teiid-issues] [JBoss JIRA] Resolved: (TEIID-1074) Make VDB work with Model based index files

Ramesh Reddy (JIRA) jira-events at lists.jboss.org
Thu Jun 3 17:15:56 EDT 2010


     [ https://jira.jboss.org/browse/TEIID-1074?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ramesh Reddy resolved TEIID-1074.
---------------------------------

    Resolution: Done


I have tested with the supplied VDB, that works. Needs further testing with multiple models and virtual models etc.

> Make VDB work with Model based index files
> ------------------------------------------
>
>                 Key: TEIID-1074
>                 URL: https://jira.jboss.org/browse/TEIID-1074
>             Project: Teiid
>          Issue Type: Task
>          Components: Query Engine
>    Affects Versions: 7.0
>            Reporter: Ramesh Reddy
>            Assignee: Ramesh Reddy
>            Priority: Blocker
>             Fix For: 7.0
>
>         Attachments: BooksSourceOnly.zip
>
>
> Currently the VDB generated from the Designer, generates the metadata in the form of Index file that are type based. i.e. there is index file for tables, columns, procedures etc. This is done before for speed of access from the index file to retrieve the metadata.
> Going forward, Designer team is looking into providing the same metadata in the form of "Model" index files. This means all the metadata for the model is placed in a single index file, so if there are multiple models, then table, column information from two different tables in two different models are spread across two files. 
> Teiid runtime should be modified such that this form of index files can be read. The issue of speed to not existent, because Teiid upon reading it, converts the Metadata Store format and keeps a object form of it locally in the memory and on the disk. The sample VDB is attached.  Fix the vdb.xml file before start.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the teiid-issues mailing list