[teiid-issues] [JBoss JIRA] (TEIID-2740) Support Direct Query Execution with MongoDB

Ramesh Reddy (JIRA) jira-events at lists.jboss.org
Tue Nov 19 10:44:06 EST 2013


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

Ramesh Reddy resolved TEIID-2740.
---------------------------------

    Resolution: Done


Added support for direct execution of aggregation based pipeline command that user can execute using javascript style command. The result is returned as Blob. Currently the BSON document is serialized to string and  then back into Blob at the translator level, however when the MongoDB java driver supports streaming then this needs to be fixed to use streaming interface to avoid any memory issues with very large documents.

Also updated document for this feature.
                
> Support Direct Query Execution with MongoDB
> -------------------------------------------
>
>                 Key: TEIID-2740
>                 URL: https://issues.jboss.org/browse/TEIID-2740
>             Project: Teiid
>          Issue Type: Enhancement
>          Components: Misc. Connectors
>    Affects Versions: 8.4
>            Reporter: Ramesh Reddy
>            Assignee: Ramesh Reddy
>             Fix For: 8.6
>
>
> Direct query execution in the MongoDB was not implemented completely. This needs to be fixed as this would be a very helpful enhancement.

--
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