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
  • 857 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
  • 1118 Views
  • 1 replies
  • 1 kudos

Neo4j consistency report - Is it okay?

I found it when I search for the customer who worries graph database consistency issue. It concluded Neo4j is okay but the result(Table1) shows many anomalies in Neo4j test compared to other products. http://mit.bme.hu/~szarnyas/ldbc/ldbc-acid-tpctc2...

gigauser by Graph Buddy
  • 260 Views
  • 0 replies
  • 0 kudos

Resolved! Fail to dump database in Neo4j Desktop

Hello, when I dump the database in Neo4j Desktop, the error accour. Failed to dump 'neo4j' from Graph DBMS The following logs may help you diagnose the issue:* Desktop logs Neo4j DBMS logs [2022-02-17 15:55:07.980] [error] Selecting JVM - Version:1...

Deleting the relationship under a where clause

Hi every one match(c)-[x:InteractsWith]-(p) where p.poster is null delete x i have executed the above query expecting only the relationship with the clause will be deleted but turned out it deleted all the relationship, any idea if i can undo that? t...

shubham by Node Clone
  • 420 Views
  • 1 replies
  • 0 kudos

CALL subquery statements

I am using two sub queries with CALL statements. There are different matches and conditions applied in each sub query. if first sub query not producing any results then am not getting the result in the second call statement. My syntax is like below...