[teiid-issues] [JBoss JIRA] (TEIID-3614) Develop a node.js module that works with the Postgres protocol

Steven Hawkins (JIRA) issues at jboss.org
Fri Aug 14 15:37:03 EDT 2015


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

Steven Hawkins commented on TEIID-3614:
---------------------------------------

> Then the issue is teiid postgres layer this is written on top Teiid jdbc which is SYNC, so that needs to be opened/modified to fit the model

Our postgres layer uses the non-blocking JDBC extensions so that the io processing is decoupled from the query processing.  As long as the client is asynch, then the backend is fine.

>  we are still bound by the underlying databases where we use JDBC or some other driver not doing async

>From a node.js perspective that doesn't really matter.

I think we can resolve this on our side if/until there is an asynch pg client that uses different metadata queries etc. that would necessitate pg changes for us.

> Develop a node.js module that works with the Postgres protocol
> --------------------------------------------------------------
>
>                 Key: TEIID-3614
>                 URL: https://issues.jboss.org/browse/TEIID-3614
>             Project: Teiid
>          Issue Type: Feature Request
>    Affects Versions: 8.11.2
>            Reporter: Van Halbert
>            Assignee: Ted Jones
>
>  Develop a node.js module that works with the Postgres protocol.    



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


More information about the teiid-issues mailing list