You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In order to speed up queries in repeated scenarios, avoid using literals and replace them with parameters wherever possible.
380
-
This allows the server to cache query plans and can result in a significant performance improvement.
379
+
If the server generates any link:{neo4j-docs-base-uri}/status-codes/current/notifications[notifications], they will be returned in the `notifications` key of the response object (as a list).
380
+
Notifications include recommendations for performance improvements, warnings about the usage of deprecated features, and other hints about sub-optimal usage of Neo4j.
"title": "The provided pattern is unbounded, consider adding an upper limit to the number of node hops.",
429
+
"description": "Using shortest path with an unbounded pattern will likely result in long execution times. It is recommended to use an upper limit to the number of node hops in your pattern.",
430
+
"position": {
431
+
"offset": 21,
432
+
"line": 1,
433
+
"column": 22
434
+
}
405
435
}
406
-
]
436
+
],
437
+
...
407
438
}
408
439
----
409
-
410
-
See link:{neo4j-docs-base-uri}/cypher-manual/current/syntax/parameters/[Cypher Manual -> Parameters] for more information.
0 commit comments