You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@iotdb.apache.org by GitBox <gi...@apache.org> on 2021/02/26 11:46:05 UTC

[GitHub] [iotdb] SteveYurongSu opened a new issue #2742: A lighter InsertPlan for single data point insertion scenario

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.
   
   ![image](https://user-images.githubusercontent.com/30497621/109296070-bd233600-786a-11eb-9ac7-1910089ff66f.png)
   


----------------------------------------------------------------
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:
users@infra.apache.org



[GitHub] [iotdb] herowzz commented on issue #2742: A lighter InsertPlan for single data point insertion scenario

Posted by GitBox <gi...@apache.org>.
herowzz commented on issue #2742:
URL: https://github.com/apache/iotdb/issues/2742#issuecomment-866695610


   +1


-- 
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:
users@infra.apache.org