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/08/15 05:32:00 UTC

[jira] [Created] (IOTDB-1566) Do not restrict concurrent write partitions

Jialin Qiao created IOTDB-1566:
----------------------------------

             Summary: Do not restrict concurrent write partitions
                 Key: IOTDB-1566
                 URL: https://issues.apache.org/jira/browse/IOTDB-1566
             Project: Apache IoTDB
          Issue Type: Improvement
          Components: StorageEngine
            Reporter: Jialin Qiao


Currently in 0.12.1, we have a parameter called

concurrent_writing_time_partition=100, which restrict the number of partitions write concurrently.

Let the mem control module to control the flushing and closing process of tsfile.

 

rel/0.12:

It's better to remove this parameter in iotdb-engine.properties.

Change the default value of IoTDBConfig to Integer.MAX_VALUE.

 

master:

remove the parameter and all related control code.

 



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