You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by xu...@apache.org on 2020/12/04 01:54:56 UTC

[iotdb] branch virtual_partition updated: change partition

This is an automated email from the ASF dual-hosted git repository.

xuekaifeng pushed a commit to branch virtual_partition
in repository https://gitbox.apache.org/repos/asf/iotdb.git


The following commit(s) were added to refs/heads/virtual_partition by this push:
     new 1460c1a  change partition
1460c1a is described below

commit 1460c1a8dda9bf44b81344c342097c53c9f13482
Author: 151250176 <15...@smail.nju.edu.cn>
AuthorDate: Fri Dec 4 09:54:23 2020 +0800

    change partition
---
 server/src/main/java/org/apache/iotdb/db/conf/IoTDBConfig.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/server/src/main/java/org/apache/iotdb/db/conf/IoTDBConfig.java b/server/src/main/java/org/apache/iotdb/db/conf/IoTDBConfig.java
index de51e23..7e88fb6 100644
--- a/server/src/main/java/org/apache/iotdb/db/conf/IoTDBConfig.java
+++ b/server/src/main/java/org/apache/iotdb/db/conf/IoTDBConfig.java
@@ -790,7 +790,7 @@ public class IoTDBConfig {
   /**
    * the number of virtual partition
    */
-  private int virtualPartitionNum = 2;
+  private int virtualPartitionNum = 8;
 
   public IoTDBConfig() {
     // empty constructor