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.

Forum Posts

Beta Opportunity for Neo4j Workspace

Introducing Neo4j Workspace We’re inviting you to check out Neo4j Workspace. Workspace combines our most powerful graph tools (Data Importer, Bloom, and Browser) all in one place to help you get up and running with graph databases faster. For experie...

Screen Shot 2022-10-14 at 12.48.07 PM.png
TrevorS by Community Team
  • 992 Views
  • 1 replies
  • 0 kudos

About the Neo4j Graph Platform Category

The Neo4j Graph Platform includes the core database and all the technologies surrounding the database, making it useful and accessible for a lot of different users. When asking a question, please select a descriptive label that best matches your quer...

Neo4j-graph-database-to-graph-platform.png
yolande by Community Team
  • 1209 Views
  • 1 replies
  • 1 kudos

Fastest spatial point to polygon merge

Hi everyone - I'm trying to figure out the fastest way to join spatial points to polygons. My current cypher is taking 2hrs to join 60k latitude/longitudes (geocodes) to 107k polygons (parcels), seems like I'm doing something inefficiently. I have Po...

Resolved! How to limit query results by count of node type

Hey all! I'm running the following query, but getting errors, and I'm not sure why since it conceptually makes sense to me: MATCH (p:Person)-[:HAS_CONTACT_RECORD]->(c:Contact)-[:HAS_EMAIL]->(c2:PrimaryEmail) WHERE count(c)>2 RETURN *   this is my sc...

gq16_1-1658344948830.png gq16_2-1658345024865.png gq16_0-1658344696824.png
gq16 by Node Clone
  • 551 Views
  • 1 replies
  • 1 kudos

Resolved! Delete non-existing nodes and relationships

I'm currently writing unit tests that handle the case of deletion of non-existing nodes and relationships by their ID. Both queries should return the deleted nodes and relationships as array. Delete nodes by ID: MATCH (n) WHERE id(n) IN $ids OP...

chrszrkl by Node Clone
  • 547 Views
  • 1 replies
  • 0 kudos

Neo4j Cypher query execution optimization

I have the following Cypher query:   MATCH (dg:DecisionGroup {id: -2})-[rdgd:CONTAINS]->(childD:Decision:Profile ) MATCH (childD)-[:EMPLOYMENT_AS]->(root2:Employment ) WHERE root2.id IN ([1]) WITH DISTINCT childD, dg, rdgd MATCH path3=(root3:Loca...

plan(2).png

Debugging a long running query

Hi all, I have a problematically large cypher query that seems to run forever. Little background. I am running neo4j in a docker container as part of docker compose. The machine this is running on has 4 vCPUs and 32 GiB of memory.Neo4j currently uses...

Max-Tait by Node Link
  • 1254 Views
  • 5 replies
  • 4 kudos