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.

nengkhoiba
Node
since ‎03-23-2020
‎09-27-2022

User Statistics

  • 7 Posts
  • 0 Solutions
  • 1 Kudos given
  • 0 Kudos received

User Activity

Hi everyone, I have the below query to load 4mb of json data and it got stuck without any warning or error only kept on spinning. If anybody can help or suggest me a solution that will be helpful. You can directly run the query if you want to check C...
Hi everyone please help me tune this cypher query below. MATCH (s:Survey { is_active: true }) with s SKIP 0 LIMIT 25 MATCH (s)<-[:HAS_CLIENT]-(client:Client) MATCH (s)-[:SAMPLE_TYPE]->(st:ProjectSettingEle...
Hi All, I am new to neo4j and what I am trying to do is find a device stored in a device Node with the property device_id which is a very long string. The device Id cannot be shorten. So this is the Cypher: MATCH (d:Device) WHERE d.device_id = "...
Kudos given to