[teiid-issues] [JBoss JIRA] (TEIID-1803) VDB deployment in EDS can be extremely slow based upon indexing needs

Steven Hawkins (Updated) (JIRA) jira-events at lists.jboss.org
Tue Nov 1 12:34:45 EDT 2011


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

Steven Hawkins updated TEIID-1803:
----------------------------------

    Attachment: IndexMetadata.patch.txt


7.6/7.4 patch to perform a single index file scan.
                
> VDB deployment in EDS can be extremely slow based upon indexing needs
> ---------------------------------------------------------------------
>
>                 Key: TEIID-1803
>                 URL: https://issues.jboss.org/browse/TEIID-1803
>             Project: Teiid
>          Issue Type: Bug
>          Components: Server
>    Affects Versions: 7.1.1, 7.2, 7.3, 7.4
>         Environment: JBoss Enterprise Data Services Platform 5.1.0
>            Reporter: Johnathon Lee
>            Assignee: Steven Hawkins
>              Labels: teiid
>         Attachments: IndexMetadata.patch.txt
>
>
> Problem:
> The index metadata loading logic is not well optimized. In short, each time a call to IndexMetadataFactory.queryIndex is made the blocks are fully scanned.  For small VDBs there isn't much of an issue because of the block caching logic, but during a vdb deploy we could be constantly re-reading data from the files.
> Possible solution:
> The IndexMetadataFactory loading strategy should be made aware of the index file per schema strategy so that scans can be made per schema rather than against all index files. 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the teiid-issues mailing list