Yuan Tian created IOTDB-2669:
--------------------------------
Summary: Improvement of the C++ client
Key: IOTDB-2669
URL: https://issues.apache.org/jira/browse/IOTDB-2669
Project: Apache IoTDB
Issue Type: Improvement
Components: Client/C++
Reporter: Yuan Tian
Attachments: image-2022-03-06-14-28-56-027.png,
image-2022-03-06-14-29-24-821.png
Currently, in C++ client, we convert all types of data to string and then save
them in Tablet. While call the rpc interface to insert tablet, we convert that
from string to the corresponding dataType.
!image-2022-03-06-14-28-56-027.png!
!image-2022-03-06-14-29-24-821.png!
Actually, these conversions can be removed which will improve the C++ client's
ingest throughput.
--
This message was sent by Atlassian Jira
(v8.20.1#820001)