You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@iotdb.apache.org by "Xiangdong Huang (Jira)" <ji...@apache.org> on 2020/08/12 01:35:00 UTC

[jira] [Commented] (IOTDB-831) improve performance of jdbc batch insert

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

Xiangdong Huang commented on IOTDB-831:
---------------------------------------

This is a general grammar in MySQL (as well as SQL server), 

so, supporting it is ok.

 

What's more, I think what we need to do is implementing a real PreparedStatement, which saves SQL parsing time cost a lot.

> improve performance of jdbc batch insert
> ----------------------------------------
>
>                 Key: IOTDB-831
>                 URL: https://issues.apache.org/jira/browse/IOTDB-831
>             Project: Apache IoTDB
>          Issue Type: Improvement
>          Components: Client/Java
>            Reporter: WangChao
>            Priority: Minor
>   Original Estimate: 168h
>  Remaining Estimate: 168h
>
> We could try to improve the performance of batch insert of jdbc.
> like following,
> insert into root.sg1.d1 (m1, m2, m3) values (1, 2, 3) (4,5,6) (7,8,9); 
>  
> The sql has the whole data of one tablet. 



--
This message was sent by Atlassian Jira
(v8.3.4#803005)