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",
|
"section" : "query",
|
||||||
"type" : "double"
|
"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" : {
|
"query.tracking" : {
|
||||||
"category" : "option",
|
"category" : "option",
|
||||||
"default" : true,
|
"default" : true,
|
||||||
|
|
Loading…
Reference in New Issue