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.

shai
Node Link
since ‎01-03-2020
‎09-01-2022

User Statistics

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

User Activity

I have a written a neo4j kernel plugin in java to perform a specific data load we need into the DB. The nodes we create are time zone cognizant. Within our code we set the load time of the node using LocalDateTime.now() Up until the end of march it ...
neo4j server version 3.5.1using cypher in cypher shell locally on the database server machine I'm running the following apoc query: call apoc.periodic.iterate("match (pr:PolicyReport) where not (pr)-[:FIRST|LAST|NEXT|HAS_REPORT]-() with pr match (pr)...
neo4j version 3.5.1, running on linux centos 7calling from chrome browser I have a db with about 730000000 nodes. I need to delete some orphaned node trees. I've written a query to locate the top of the tree, this returns about 5500000 nodes, and del...
Hi, I have this query. This query is going through a little more of a 1000000 nodes. It takes over 7 minutes to return and I'm trying to understand why. First I'll start with the following query: match (ap:AgamPolicy) where not (ap)-[:RELATED_TO]->(p...
Kudos from