[ 
https://issues.apache.org/jira/browse/CALCITE-3114?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16857785#comment-16857785
 ] 

Leo Tu edited comment on CALCITE-3114 at 6/6/19 3:17 PM:
---------------------------------------------------------

Currently, the client interacts with the server using the Http Request-Response 
mode.

If you can provide Client and Server interaction using websocket's frame to 
implement Request-Response
 that will be similar to the traditional JDBC Driver TCP/IP.

 

(1) Websocket client <-----> (2)  

Websocket server <-----> (3) Database Server

 

Transportation between:

(1) & (2) Websocket  Protocol (Connection/Statement/ResultSet Serializable)

(2) & (3) TPC/IP (Connection/Statement/ResultSet)

 

 

 

 


was (Author: leotu):
Currently, the client interacts with the server using the Http Request-Response 
mode.

If you can provide Client and Server interaction using websocket's frame to 
implement Request-Response
that will be similar to the traditional JDBC Driver TCP/IP.

 

                       
(1) 

 

Websocket client <----------------> (2)  

Websocket server <--------------------> (3) Database Server

 

(1) & (2) is Websocket Protocal (Connection/Statement/ResultSet)

(2) & (3) TPC/IP (Connection/Statement/ResultSet)

 

 

 

 

> Support websocket transport
> ---------------------------
>
>                 Key: CALCITE-3114
>                 URL: https://issues.apache.org/jira/browse/CALCITE-3114
>             Project: Calcite
>          Issue Type: Wish
>            Reporter: Leo Tu
>            Priority: Minor
>
> it would be greatly improve performance.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to