summaryrefslogtreecommitdiff
path: root/src/mongo/db/query/query_knobs.idl
diff options
context:
space:
mode:
authorRuoxin Xu <ruoxin.xu@mongodb.com>2022-07-26 10:19:14 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2022-07-26 11:32:37 +0000
commite7d2be0dae29265e2a6efafd4753debf11b9e96f (patch)
tree394a15ee762d5eee6abad5d492e35330789c6dcf /src/mongo/db/query/query_knobs.idl
parente922e94ad274ef6d712d3a454a6d8427a736f2f6 (diff)
downloadmongo-e7d2be0dae29265e2a6efafd4753debf11b9e96f.tar.gz
SERVER-67101 Support microsecond precision in ScopedTimer
Diffstat (limited to 'src/mongo/db/query/query_knobs.idl')
-rw-r--r--src/mongo/db/query/query_knobs.idl8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/mongo/db/query/query_knobs.idl b/src/mongo/db/query/query_knobs.idl
index 8e47323c1ef..831334ed790 100644
--- a/src/mongo/db/query/query_knobs.idl
+++ b/src/mongo/db/query/query_knobs.idl
@@ -874,6 +874,14 @@ server_parameters:
validator:
gt: 0
lt: 16777216
+
+ internalMeasureQueryExecutionTimeInMicroseconds:
+ description: "If true, the explain results include an additional 'executionTimeMicros' field to
+ represent the execution time of each plan stage in microseconds"
+ set_at: [ startup ]
+ cpp_varname: "internalMeasureQueryExecutionTimeInMicroseconds"
+ cpp_vartype: AtomicWord<bool>
+ default: false
internalQueryFLEAlwaysUseHighCardinalityMode:
description: "Boolean flag to force FLE to always use low selectivity mode"