Uploaded image for project: 'Core Server'
  1. Core Server
  2. SERVER-34562

I use YCSB testing comparise mongodb3.6.3 with mongodb3.4.13 ,find the mongodb3.4.13 insert and update performance is one and a half times than mongodb3.6.3

    • Type: Icon: Question Question
    • Resolution: Done
    • Priority: Icon: Major - P3 Major - P3
    • None
    • Affects Version/s: None
    • Component/s: Performance
    • Labels:
      None
    • 0

      ycsb configuration

      #recordcount=100000000
      recordcount=100000000
      #operationcount=100000000
      operationcount=100000000
      workload=com.yahoo.ycsb.workloads.CoreWorkload
      threadcount = 50

      readallfields=true

      readproportion=0
      updateproportion=0
      scanproportion=0
      insertproportion=1
      readmodifywriteproportion=0

      requestdistribution=zipfian
      insertorder = hashed
      readallfields=true
      fieldlength = 200
      fieldcount = 10
      #mongodb.writeConcern = majority
      mongodb.writeConcern = acknowledged
      mongodb.database = ycsb

      mongodb3.6.3

      mongodb3.6.3 networkMessageCompressors use disabled or use ,the performace low many than mongodb3.4.13

      configuration

      dbpath=/home/data/mongodb/db

      #where to log
      #logpath=/home/***/log/mongodb/mongodb.log
      syslog=true
      logappend=true

      bind_ip_all = true
      port = 27017

      1. Enables periodic logging of CPU utilization and I/O wait
        cpu = true
      1. Turn on/off security. Off is currently the default
        #noauth = true
        auth = true

      keyFile = /home/***/conf/mongodb/keyfile

      1. Disable the HTTP interface (Defaults to localhost:27018).
      1. in replica set configuration, specify the name of the replica set
        replSet = ***
      1. max connections
        maxConns = 65535

      #profile=1
      #slowms=1000
      smallfiles = true
      noprealloc = true
      #noMoveParanoia = true
      #syncdelay=600
      oplogSize = 20000
      wiredTigerDirectoryForIndexes = true
      directoryperdb = true
      wiredTigerCacheSizeGB = 16
      shardsvr = true
      storageEngine = wiredTiger
      networkMessageCompressors = disabled

            Assignee:
            kelsey.schubert@mongodb.com Kelsey Schubert
            Reporter:
            zhouhancang hancang2000
            Votes:
            3 Vote for this issue
            Watchers:
            13 Start watching this issue

              Created:
              Updated:
              Resolved: