You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@iotdb.apache.org by "Haonan Hou (Jira)" <ji...@apache.org> on 2023/05/31 03:23:00 UTC

[jira] [Created] (IOTDB-5945) Add a cache to avoid initialize duplicated device id object in write process

Haonan Hou created IOTDB-5945:
---------------------------------

             Summary: Add a cache to avoid initialize duplicated device id object in write process
                 Key: IOTDB-5945
                 URL: https://issues.apache.org/jira/browse/IOTDB-5945
             Project: Apache IoTDB
          Issue Type: Improvement
            Reporter: Haonan Hou


In write process, especially write by insertRecords interface, the PartialPath Object of deviceId may init too many times. This PR is adding a DataNodeDevicePathCache to avoid initialize duplicated PartialPath.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)