cancel
Showing results for 
Search instead for 
Did you mean: 

Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.

neo4j
Node Clone
since ‎08-29-2018
‎06-01-2022

User Statistics

  • 17 Posts
  • 0 Solutions
  • 10 Kudos given
  • 1 Kudos received

User Activity

Hi, I’m working on a small buses lines dataset, I’m currently hitting a problem. How can I check that, on a line with X buses, the previous bus isn’t after the next one using this kind of MATCH: MATCH p=(a)-[*1..4]->(b) WHERE a.arrival_date + durati...
Hello everyone, I would like to know, in terms of perfomance, which one is the most optimise query and if there is any drawback. 1551966636 <= this_one.date_as_a_timestamp <= 1551988636 or localedatetime(yesterday)<= this_one.date_as_localedatetime ...
Hi, I've made a small script (30 lines) using apoc procedures (periodic.iterates, load.csv, do.when & convert.toString). The loaded csv is 100MB. The script works fine when launching using cat file.cypher | cypher-shell but I having error when launch...
Kudos from