I'm testing upgrading neo4j from 3.0.4 to 3.4.7 and a query that previously returned in 321 ms now hangs and never returns.
I don't use any indexes or constraints.
The explain looks a bit different, but pretty similar
I can't post a profile because I...
Hi Everyone,
We run a software startup in New Zealand focusing on software relevant to the indigenous people of New Zealand - Māori.
One of these pieces of software includes genealogy functionality, which is where we use neo4j.
Thanks Craig,
I'll give that a crack, but I won't be able to until at least tomorrow.
The tupunaId attribute is on all of the data, but it is low cardinality with probably less than a dozen different possible values.
Hi @craig.taverner, I would have to do some significant sanitising because at the moment it's full of identifiable client information.
I'll try and find some bandwidth to clean it up a bit, retest and send through.
Thanks so much for your efforts Andrew.
The first query of the three that you gave works like a charm. I haven't restricted the other two to get explain plans out of them as yet to compare, but at first try the first one looks like it will do the tr...
Thanks for the reply Andrew.
Same thing happens in cypher-shell.
I put 1..10 on var-length relationship and I do get a profile:
neo4j> profile match (c:Person)-[:IS_WHAKAPAPA_FOR]->(tenant:Tenant)
where tenant.id = 'TRONR' and not((:Person)-[:...