1
0
Fork 0

Doc - Add smart-joins to program option JSON (#8513)

This commit is contained in:
Simran 2019-03-21 20:15:58 +01:00 committed by GitHub
parent 07cd4757cb
commit 826bdea802
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 17 additions and 0 deletions

View File

@ -2237,6 +2237,23 @@
"section" : "query",
"type" : "double"
},
"query.smart-joins" : {
"category" : "option",
"default" : false,
"deprecatedIn" : null,
"description" : "enable smart joins query optimization",
"dynamic" : false,
"enterpriseOnly" : true,
"hidden" : true,
"introducedIn" : [
"v3.4.5",
"v3.5.0"
],
"obsolete" : false,
"requiresValue" : false,
"section" : "query",
"type" : "boolean"
},
"query.tracking" : {
"category" : "option",
"default" : true,