summaryrefslogtreecommitdiff
path: root/src/mongo/db/query/query_feature_flags.idl
diff options
context:
space:
mode:
authorMilitsa Sotirova <militsa.sotirova@mongodb.com>2023-04-05 19:06:31 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2023-04-06 00:50:47 +0000
commit3c75fb5db6984082f2b3dd41ef5388d092b0f301 (patch)
tree98570f69a5f1295ca4977dc6650f7f141ebb748e /src/mongo/db/query/query_feature_flags.idl
parente830220d8cb9a07993ad20ebf69e3eb695224096 (diff)
downloadmongo-3c75fb5db6984082f2b3dd41ef5388d092b0f301.tar.gz
SERVER-64706 Create feature flag for PM-2802
Diffstat (limited to 'src/mongo/db/query/query_feature_flags.idl')
-rw-r--r--src/mongo/db/query/query_feature_flags.idl5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/mongo/db/query/query_feature_flags.idl b/src/mongo/db/query/query_feature_flags.idl
index 7891742993f..86d0622d385 100644
--- a/src/mongo/db/query/query_feature_flags.idl
+++ b/src/mongo/db/query/query_feature_flags.idl
@@ -115,3 +115,8 @@ feature_flags:
cpp_varname: gFeatureFlagApproxPercentiles
default: true
version: 7.0
+
+ featureFlagSearchBatchSizeLimit:
+ description: "Feature flag to enable the search batchsize and limit optimization."
+ cpp_varname: gFeatureFlagSearchBatchSizeLimit
+ default: false