From 1913e3ba3d9d01685e96ff66ed1a605c026214cb Mon Sep 17 00:00:00 2001 From: lidiazuin Date: Mon, 5 Feb 2024 15:02:14 +0100 Subject: [PATCH] Updating link to cypher manual --- modules/ROOT/pages/notifications/all-notifications.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/ROOT/pages/notifications/all-notifications.adoc b/modules/ROOT/pages/notifications/all-notifications.adoc index 8862838a..644623df 100644 --- a/modules/ROOT/pages/notifications/all-notifications.adoc +++ b/modules/ROOT/pages/notifications/all-notifications.adoc @@ -246,7 +246,7 @@ Using `LOAD CSV` with a large data set in a query where the execution plan conta See the Neo4j Manual entry on the Eager operator for more information and hints on how problems could be avoided. Suggestions for improvement:: -See the link:https://neo4j.com/docs/cypher-manual/current/execution-plans/operators/#query-plan-eager[Cypher Manual -> Eager operator] for more information and hints on how to avoid problems. +See the link:https://neo4j.com/docs/cypher-manual/current/planning-and-tuning/operators/operators-detail/#query-plan-eager[Cypher Manual -> Eager operator] for more information and hints on how to avoid problems. In this specific case, the query could be rewritten to the following: + [source, cypher, role="noplay"]