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

[jira] [Created] (IOTDB-1982) Auto release PrimitiveArrayPool when insert workload decrease

Jialin Qiao created IOTDB-1982:
----------------------------------

             Summary: Auto release PrimitiveArrayPool when insert workload decrease
                 Key: IOTDB-1982
                 URL: https://issues.apache.org/jira/browse/IOTDB-1982
             Project: Apache IoTDB
          Issue Type: Improvement
            Reporter: Jialin Qiao


When we first consume the historical data in Kafka, then consume the real-time data.  The workload will decrease.

However, the arrays cached in PrimitiveArrayPool are not released when the workload decreases. This will occupy much unnecessary memory.

We need a workload perception adjusting mechanism for PrimitiveArrayPool.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)