Skip to content

Commit eeb8ba4

Browse files
Fix version exact roles (#1095)
1 parent 5b1ec29 commit eeb8ba4

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-exact}, it may be necessary to drop and re-create existing indexes.
18+
If you are upgrading an existing store, 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

@@ -936,7 +936,7 @@ Predicates that will not work:
936936

937937
[NOTE]
938938
====
939-
If there is an existence constraint on the property, no predicate is required to trigger the optimization.
939+
If there is a xref:constraints/managing-constraints.adoc#create-property-existence-constraints[property 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
942942
Predicates with parameters, such as `WHERE n.prop > $param`, can trigger _index-backed ORDER BY_.

0 commit comments

Comments
 (0)