summaryrefslogtreecommitdiff
path: root/buildscripts/cost_model/mongod.yaml
diff options
context:
space:
mode:
authorAlexander Ignatyev <alexander.ignatyev@mongodb.com>2022-07-05 08:37:34 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2022-07-05 09:31:30 +0000
commit304a34e0c9b20800b60ad5af478e206ccf61932c (patch)
treec1a9e0a92af9f7874c325c41bfd20a86bb43cb9c /buildscripts/cost_model/mongod.yaml
parent11a47eb4de1575aa06a431c0567aa6a8f35c5cf4 (diff)
downloadmongo-304a34e0c9b20800b60ad5af478e206ccf61932c.tar.gz
SERVER-67121 Cost Model and Calibration farmework
Diffstat (limited to 'buildscripts/cost_model/mongod.yaml')
-rw-r--r--buildscripts/cost_model/mongod.yaml10
1 files changed, 10 insertions, 0 deletions
diff --git a/buildscripts/cost_model/mongod.yaml b/buildscripts/cost_model/mongod.yaml
new file mode 100644
index 00000000000..3e6b9d0804c
--- /dev/null
+++ b/buildscripts/cost_model/mongod.yaml
@@ -0,0 +1,10 @@
+storage:
+ engine: inMemory
+ dbPath: /home/ubuntu/data/inmemorydb
+ journal:
+ enabled: false
+setParameter:
+ featureFlagCommonQueryFramework: true
+ internalQueryEnableCascadesOptimizer: true
+ internalQueryForceClassicEngine: false
+ internalMeasureQueryExecutionTimeInMicroseconds: true