[
https://issues.apache.org/jira/browse/CALCITE-3114?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16857785#comment-16857785
]
Leo Tu commented on CALCITE-3114:
---------------------------------
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)