Skip to content

Commit 1b23bf9

Browse files
arangodb-docs-automation[bot]CircleCI Job
andauthored
[skip ci] Automatic commit of generated files from CircleCI (#404)
Co-authored-by: CircleCI Job <[email protected]>
1 parent dd81cfa commit 1b23bf9

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

site/data/3.12/optimizer-rules.json

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -637,7 +637,7 @@
637637
},
638638
{
639639
"name": "move-filters-into-enumerate",
640-
"description": "Move filters on non-indexed collection attributes into\n`IndexNode` or `EnumerateCollectionNode` to allow early pruning of\nnon-matching documents. This optimization can help to avoid a lot of temporary\ndocument copies.",
640+
"description": "Move filters on non-indexed collection attributes into\n`IndexNode` or `EnumerateCollectionNode` to allow early pruning of\nnon-matching documents. This optimization can help to avoid a lot of temporary\ndocument copies. The optimization can also be applied to enumerations over\nnon-collection array.",
641641
"flags": {
642642
"hidden": false,
643643
"clusterOnly": false,
@@ -803,6 +803,18 @@
803803
"enterpriseOnly": false
804804
}
805805
},
806+
{
807+
"name": "batch-materialize-documents",
808+
"description": "Batch document lookup from indexes.",
809+
"flags": {
810+
"hidden": false,
811+
"clusterOnly": false,
812+
"canBeDisabled": true,
813+
"canCreateAdditionalPlans": false,
814+
"disabledByDefault": false,
815+
"enterpriseOnly": false
816+
}
817+
},
806818
{
807819
"name": "late-materialization-offset-info",
808820
"description": "Get the search highlighting offsets as late as possible to\navoid unnecessary reads.",

0 commit comments

Comments
 (0)