Skip to content

An opencypher query takes forever #3414

@tae898

Description

@tae898

I pulled the new docker image (sha256:e0468913bedc8d7d32a5a9f0c521404566c32e953178519e443e39019a2505ef) and ran

"MATCH (p:Person)-[:WORKS_FOR]->(c:Company) "
"RETURN c.name as company, count(p) as employees ORDER BY employees DESC",

which takes forever. It used to be fast.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions