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
  • 924 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
  • 1164 Views
  • 1 replies
  • 1 kudos

Time Duration between subsequent rows

How would you calculate the duration between subsequent rows. Suppose I have Match (j)-[r]->(m) return r.timestamp order by r.timestamp and I want to find the duration between each subsequent row: "2019-03-16T00:01:55.698000000Z" "2019-03-16T00:05:34...

Neo.ClientError.Procedure.ProcedureCallFailed: Failed to invoke procedure `apoc.periodic.iterate`: Caused by: java.lang.OutOfMemoryError: Java heap space

I received the following error message: Neo.ClientError.Procedure.ProcedureCallFailed: Failed to invoke procedureapoc.periodic.iterate: Caused by: java.lang.OutOfMemoryError: Java heap space after running the following cypher // Data loaded from file...

Speeding up index building on a fresh database?

For my neo4j use case I'm periodically rebuilding the entire DB from CSVs using the import tool. After a rebuild, I need to create two B-tree indexes before the DB can be queried. This import is running quite fast. With 500M edges it's taking just ov...

dsolow by Node Link
  • 739 Views
  • 0 replies
  • 0 kudos

Adding a property filter explodes memory

Hello, I'm trying to write a query that explores a DAG-type graph (a bill of materials) for all construction paths leading down to a specific part number (second MATCH), among all the parts associated with a given product (first MATCH). There is a st...

Slow cypher query computation

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...

Relationships bulk update properties help

Hi, I'm pretty new to Neo4j/Cyper. I was hoping someone can help me figure out why this bulk update to relationship properties is not working from the given dataset. The id value in the dataset is the neo4j ID of the relationship. tq,rpc,weight are ...

2X_1_11959703f96d01af1dc04c1952f1618796d43250.png

Connecting Neo4j browser to Kubernetes

I installed Neo4j on Google Kubernetes successfully but am unable to connect to it via Neo4j browser with either http or https. Followed https://github.com/neo-technology/neo4j-google-k8s-marketplace/blob/master/user-guide/USER-GUIDE.md#neo4j-on-goo...

eric1 by Node Link
  • 4783 Views
  • 8 replies
  • 1 kudos

Query application of massive associated data

Hi , I have encountered such a difficulty: 1. There may be 1-2 billion nodes, 30-50 billion interrelationships, and possibly more, assuming A is known, and A, B, C, D, ... are related to each other, Can you use the neo4j Community Edition to query th...

Can you commit within a user-defined procedure?

Is it possible to [periodically] commit within a user-defined procedure? If so, how do I do that? In this case, I don't need to worry about the procedure being atomic and isolated in the ACID sense so I can commit regularly in order to release locks...

clunny by Node
  • 757 Views
  • 0 replies
  • 0 kudos