-
Type: Question
-
Resolution: Done
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: Performance
-
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
- Enables periodic logging of CPU utilization and I/O wait
cpu = true
- Turn on/off security. Off is currently the default
#noauth = true
auth = true
keyFile = /home/***/conf/mongodb/keyfile
- Disable the HTTP interface (Defaults to localhost:27018).
- in replica set configuration, specify the name of the replica set
replSet = ***
- 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
- is related to
-
SERVER-31694 17% throughput regression in insert workload
- Closed
-
SERVER-34604 low performance under 3.6.4 with wiredTiger storage
- Closed