Skip to content

1997 fix performance issue with pinned post

Hannes Heine requested to merge pr1998head into pr1998base

Created by: Tirokk

roschaefer Authored by roschaefer Merged


🍰 Pullrequest

fix: performance issue with ordering

@mattwr18 @aonomike
You must never `ORDER BY` a property with a `@cypher` directive. Reason:
The order by performance will be terribly poor.

See my issue:
https://github.com/neo4j-graphql/neo4j-graphql-js/issues/239
And my PR:
https://github.com/neo4j-graphql/neo4j-graphql-js/pull/247

Issues

Todo

  • None

Merge request reports