Skip to content

Commit 8d38109

Browse files
revert change on query tuning
1 parent 6a5baca commit 8d38109

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/ROOT/pages/appendix/tutorials/advanced-query-tuning.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Let's explain how to use these features with a more advanced query tuning exampl
1515

1616
[NOTE]
1717
====
18-
If you are upgrading an existing store to {neo4j-version-minor}, it may be necessary to drop and re-create existing indexes.
18+
If you are upgrading an existing store to {neo4j-version-exact}, it may be necessary to drop and re-create existing indexes.
1919
For information on native index support and upgrade considerations regarding indexes, see link:{neo4j-docs-base-uri}/operations-manual/{page-version}/performance/index-configuration[Operations Manual -> Performance -> Index configuration].
2020
====
2121

@@ -939,7 +939,7 @@ Predicates that will not work:
939939
If there is an existence constraint on the property, no predicate is required to trigger the optimization.
940940
For example, `CREATE CONSTRAINT constraint_name FOR (p:Person) REQUIRE p.name IS NOT NULL`
941941
942-
Predicates with parameters, such as `WHERE n.prop > $param`, can trigger _index-backed ORDER BY_.
942+
As of Neo4j {neo4j-version-exact}, predicates with parameters, such as `WHERE n.prop > $param`, can trigger _index-backed ORDER BY_.
943943
The only exception are queries with parameters of type `POINT`.
944944
====
945945

0 commit comments

Comments
 (0)