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

Josh Elser commented on CALCITE-1128:
-------------------------------------

Threw in a quick addendum in 
https://git1-us-west.apache.org/repos/asf?p=calcite.git;a=commit;h=48d8ebf57fcb9890854dcdec4c26a4bd8ff26a9c.

Missed a compiler warning and fixed (what could potentially) be a thrown NPE.

> Support addBatch()/executeBatch() in remote driver
> --------------------------------------------------
>
>                 Key: CALCITE-1128
>                 URL: https://issues.apache.org/jira/browse/CALCITE-1128
>             Project: Calcite
>          Issue Type: Improvement
>          Components: avatica
>            Reporter: Josh Elser
>            Assignee: Josh Elser
>            Priority: Critical
>             Fix For: avatica-1.8.0
>
>
> JDBC has some "batch-oriented" APIs which should help in the heavy-write 
> workloads. These should help ammortize the RPC cost of repeated 
> PrepareAndExecuteRequests and ExecuteRequests.
> Through some of the recent performance work, CALCITE-1091, I think we're 
> getting close to the limit of what is possible given our current server 
> implementation (both in terms of HTTP-based clients and deserialization in 
> POJOs). The thought is that we will get some better throughput if we reduce 
> the total number of RPCs.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to