[WIP] Propose a hack to fix performance
Created by: Tirokk
Authored by roschaefer Closed
@appinteractive the solution is to move the ORDER BY
statement right
after the first match and before the RETURN
. We can chain cypher
statements with WITH
.
I guess this is sth. we should tell the maintainers of
neo4j-graphql-js
, no?
Pullrequest
Issues
-
None
Checklist
-
None
How2Test
-
None
Todo
-
None