[teiid-issues] [JBoss JIRA] (TEIID-2584) Add management features to materialization

Ramesh Reddy (JIRA) jira-events at lists.jboss.org
Wed Aug 14 15:26:26 EDT 2013


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

Ramesh Reddy commented on TEIID-2584:
-------------------------------------

Steve, Here is changes I made so far https://github.com/rareddy/teiid/commit/bec85462a4f551ffe742467626da1221af5c3efb

Which also includes the VDB startup and shutdown based trigger executions. What this lacks is avoiding two separate requests loading the matviews simultaneously. I am not sure how handle that, as STATUS table updates seemed to be working as READ_COMMITED state and  since load happens in atomic block the record does not get updated until the results are loaded. Can you suggest any alternatives, how I may be able to fix this?
                
> Add management features to materialization
> ------------------------------------------
>
>                 Key: TEIID-2584
>                 URL: https://issues.jboss.org/browse/TEIID-2584
>             Project: Teiid
>          Issue Type: Feature Request
>            Reporter: Ramesh Reddy
>            Assignee: Ramesh Reddy
>             Fix For: 8.5
>
>
> Currently Teiid supports internal and external materialization features. The internal is managed completely by the Teiid query engine along with the infinispan cache. 
> External materialization is completely unmanaged and left out to the user to manage it externally. This goals for this feature are unify the materialization logic for internal and external, such that both are managed similarly irrespective of the type of materialization chosen. 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the teiid-issues mailing list