SteveYurongSu opened a new issue #2742: URL: https://github.com/apache/iotdb/issues/2742
It is very common to insert data point by point into a single time series. For this scenario, IoTDB's InsertPlan is very unfriendly: a large number of array objects need to be constructed. I suggest adding a separate InsertPlan (and corresponding execution logic) for this scenario to improve performance.  ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
