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
  • 922 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

Bad performance with OR operator

I am using neo4j-3.5 community version .And have built a huge graph using neo4j containing ~20 million nodes on movie data. I have also inserted genres & keywords and constructed the graph. The following query takes > 5 seconds MATCH (p:`Program...

2X_4_44929918a249349949493553f893939546c799c0.png 2X_a_acf6868b4f6d556641530617a934512525db9eb7.png

SyntaxError: Unknown function 'algo.asNode'

Hi, While implementing this particular query from Jaccard Similiarity algorithm - MATCH (p:Organization)-->(cuisine) WITH {item:id(p), categories: collect(id(cuisine))} as userData WITH collect(userData) as data CALL algo.similarity.jaccard.stream(d...

sucheta by Graph Buddy
  • 4794 Views
  • 11 replies
  • 1 kudos

What is the most efficient way to Delete 20 Million Nodes from a database with over 7.5 Billion Nodes and 15 Billion relationships?

I have been having trouble with doing a mass delete of data observed on the first day. I am trying to delete around 20-30 Million nodes each day to cycle my data. I have 3 proposed methods and they are all too slow. method 1: step 1 -Mark all the no...

Resolved! Different About Relations Count() in Cypher

Hello, can I get the answer or explanations of this..? Why the following cypher return different values..? Thanks. Cypher 1: MATCH p = (n)-[r]->() RETURN COUNT(r) it returns 94. Cypher 2: MATCH (n)-[r]-() RETURN COUNT(r) it returns 188. Cypher 3: MAT...

2X_2_26b3328f50521fa957184a9a1fbde1cb0b6e0548.png

Relationship Load Failure

Hi, I want to ask whether cypher may miss merging relationship during csv load. So I want to load csv data into neo4j using the following query: Using Periodic Commit 10000 Load CSV with headers from 'file:///{filename}' as row FIELDTERMINATO...

Connecting to neo4j using java

Hi All, Im trying to connect to neo4j using java using neo4j driver. The connectivity is successful when i try it from eclipse, but when i deploy the same class it its throwing error "No suitable driver found for jdbc:neo4j:bolt://localhost:port". Th...

Resolved! Running and aggregating multiple queries

Is there a way of running and aggregating very many queries without using the step-wise WITH? My case is that I need to run x10's or x100's of EXPAND queries and return all of them. As Neo (can) automatically connect result nodes this produces a 'sup...

mike by Graph Buddy
  • 2014 Views
  • 3 replies
  • 2 kudos

Int vs string properties in performance

Hello, I would like to know if there is a difference between int property or a string property in the following scenario: I have multiple relations and every one of them have an "index" property. Until now i have had strings of int in the property - ...

o9384496 by Node Link
  • 1499 Views
  • 1 replies
  • 0 kudos