summaryrefslogtreecommitdiff
path: root/buildscripts/cost_model/mongod-inmemory.yaml
blob: 8a8234a3f6d73643ff2d894f6c25a96789c77c31 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
storage:
  engine: inMemory
  dbPath: /home/ubuntu/data/inmemorydb
systemLog:
  path: /home/ubuntu/data/logs/mongod-inmemory.log
  destination: file
  logAppend: false
setParameter:
  featureFlagCommonQueryFramework: true
  internalQueryFrameworkControl: "tryBonsai"
  internalMeasureQueryExecutionTimeInMicroseconds: true
  enableTestCommands: 1