Jialin Qiao created IOTDB-173:
---------------------------------
Summary: Add rpc interface to insert data
Key: IOTDB-173
URL: https://issues.apache.org/jira/browse/IOTDB-173
Project: Apache IoTDB
Issue Type: Improvement
Reporter: Jialin Qiao
Attachments: image-2019-08-23-12-20-32-821.png
I used Jprofiler to profile the executBatch jdbc interface when inserting data,
and found 70% of the time cost is parsing SQL by Antlr3.
!image-2019-08-23-12-20-32-821.png!
To accelerate the insertion speed, a new interface that bypasses SQL is needed.
One way is to add an RPC interface for batch insert, and I am working on that.
--
This message was sent by Atlassian Jira
(v8.3.2#803003)