We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78aff0f commit 611714bCopy full SHA for 611714b
site/content/3.12/release-notes/version-3.12/whats-new-in-3-12.md
@@ -207,6 +207,13 @@ See [String functions in AQL](../../aql/functions/string.md#repeat).
207
208
A numeric function `RANDOM()` has been added as an alias for the existing `RAND()`.
209
210
+### Improved `move-filters-into-enumerate` optimizer rule
211
+
212
+The `move-filters-into-enumerate` optimizer rule can now also move filters into
213
+`EnumerateListNodes` for early pruning. This can significantly improve the
214
+performance of queries that do a lot of filtering on longer lists of
215
+non-collection data.
216
217
## Indexing
218
219
### Stored values can contain the `_id` attribute
0 commit comments