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.

dariusaudryc1
Node Link
since ‎11-21-2018
‎06-01-2022

User Statistics

  • 8 Posts
  • 0 Solutions
  • 2 Kudos given
  • 0 Kudos received

User Activity

Hi, I want to ask whether cypher may miss merging relationship during csv load. So I want to load csv data into neo4j using the following query: Using Periodic Commit 10000 Load CSV with headers from 'file:///{filename}' as row FIELDTERMINATO...
So I have an identification of node, let say a user id. From this user id, I want to get the subgraph of he is connected to other entities such as other users, or other institution such as bank or company. Let say I want to take the eight-degree sepa...
So I have data model that looks like this: (u1:User)-[:create]->(trx:transfer)-[:to]->(u2:User) and in node transfer, I have a transaction date and amount transferred as attributes. So, I'm wondering whether neo4j can give me multiple subgraphs where...
Hey, just wondering, why is cypher query on community edition is very slow? I tried using profile and explain, followed the practice to name the label whenever I can. In addition, I have also added an index and constraint. So I am wondering whether t...
Kudos given to