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

[jira] [Created] (IOTDB-4805) [Performance] Compare performance of 1C1D with "start-server.sh” and ”start-new-server.sh”

FengQingxin created IOTDB-4805:
----------------------------------

             Summary: [Performance] Compare performance of 1C1D with "start-server.sh” and ”start-new-server.sh”
                 Key: IOTDB-4805
                 URL: https://issues.apache.org/jira/browse/IOTDB-4805
             Project: Apache IoTDB
          Issue Type: Bug
    Affects Versions: 0.14.0-SNAPSHOT
            Reporter: FengQingxin
         Attachments: common, image-2022-10-31-12-08-22-497.png

commit_id:76b947f

Reproduce Steps:

1.Git pull the latest master code,then build it with command "mvn clean package -pl distribution -am -DskipTests"

2.Modify the config as bellow:

MAX_HEAP_SIZE="20G"

enable_partition=false

enable_seq_space_compaction=false

enable_unseq_space_compaction=false

enable_cross_space_compaction=false

enableMetric: true

3.Start 1C1D

4.Insert data with bm which using iotdb-0.13-0.0.1.jar

5.After the test of 1C1D finished,start old server with start-server.sh

6.Insert data with bm which using iotdb-0.13-0.0.1.jar

Result: 
1c1d/new-server=83.64%
1c1d/old-server=72.98%

!image-2022-10-31-12-08-22-497.png|width=712,height=367!

Attachment:

benchmark config:common

B.R

 



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