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 2020/06/19 11:24:00 UTC

[jira] [Created] (IOTDB-776) Control the memory usage of flushing the memtable

Jialin Qiao created IOTDB-776:
---------------------------------

             Summary: Control the memory usage of flushing the memtable
                 Key: IOTDB-776
                 URL: https://issues.apache.org/jira/browse/IOTDB-776
             Project: Apache IoTDB
          Issue Type: Improvement
          Components: Core/Engine
            Reporter: Jialin Qiao


There are three threads in one memtable flushing task. Sort, encoding and IO. These pipeline transfer data by two queue. The queue size should be constrained according to the speed of three tasks.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)