mirror of https://gitee.com/bigwinds/arangodb
Doc - Add smart-joins to program option JSON (#8513)
This commit is contained in:
parent
07cd4757cb
commit
826bdea802
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue