summaryrefslogtreecommitdiff
path: root/src/mongo/db/query/query_feature_flags.idl
diff options
context:
space:
mode:
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 b60ea4d04cc..b213db5c907 100644
--- a/src/mongo/db/query/query_feature_flags.idl
+++ b/src/mongo/db/query/query_feature_flags.idl
@@ -137,6 +137,11 @@ feature_flags:
cpp_varname: gFeatureFlagSBELookupPushdown
default: false
+ featureFlagSBELookupPushdownIndexJoin:
+ description: "Feature flag for allowing SBE $lookup pushdown to execute query using index join strategy"
+ cpp_varname: gFeatureFlagSBELookupPushdownIndexJoin
+ default: false
+
featureFlagSearchShardedFacets:
description: "Enable use of $$SEARCH_META on sharded collections"
cpp_varname: gFeatureFlagSearchShardedFacets