I don't think the performance will be exceptional.

Depends on your dataset and fan-out rate.

If it is few relationship-fan-out then it will be fine though.

Michael

> Am 09.05.2015 um 19:20 schrieb Alex Ginhoux <[email protected]>:
> 
> Thank you for the reply. This is what I was searching for. It work. I hope 
> the performance will be good.
> 
> Le mercredi 6 mai 2015 03:40:28 UTC+2, Michael Hunger a écrit :
> you can try:
> 
> match path = (a:Node {p1:1})-[:NEXT*10]->()
> where all(idx in range(0,size(path)-1) WHERE (nodes(path)[idx]).p1 < 
> (nodes(path)[idx+1]).p1 )
> return path
> 
> 
>> Am 05.05.2015 um 23:15 schrieb Alex Ginhoux <[email protected] 
>> <javascript:>>:
>> 
>> Hi,
>> 
>> I have some nodes with a long property like this: (:Node{p1:1}), 
>> (:Node{p1:2), (:Node{p1:3).
>> 
>> I'm searching for paths with contraints on nodes like this: 
>> In the path, I want the p1 property of all nodes are greater than the p1 
>> property of the previous node (in the path).
>> 
>> Is it possible to do this with or without shortestPath? I don't find 
>> anything about it.
>> 
>> Regards,
>> 
>> -- 
>> You received this message because you are subscribed to the Google Groups 
>> "Neo4j" group.
>> To unsubscribe from this group and stop receiving emails from it, send an 
>> email to [email protected] <javascript:>.
>> For more options, visit https://groups.google.com/d/optout 
>> <https://groups.google.com/d/optout>.
> 
> 
> -- 
> You received this message because you are subscribed to the Google Groups 
> "Neo4j" group.
> To unsubscribe from this group and stop receiving emails from it, send an 
> email to [email protected] 
> <mailto:[email protected]>.
> For more options, visit https://groups.google.com/d/optout 
> <https://groups.google.com/d/optout>.

-- 
You received this message because you are subscribed to the Google Groups 
"Neo4j" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to