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
  • 966 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
  • 1195 Views
  • 1 replies
  • 1 kudos

Import maxing out memory, but not using CPU

Hi, I'm currently in the process of using neo4j-admin import for a dataset of ~8M nodes, 80M node properties, 700M relationships and 3.18G relationship properties - equating to ~87GB. I tried with a sample set yesterday and it worked fine, but this w...

Database Start-Up Issues

I am curious if anyone has run into a similar issue? I didn't see a post on the topic, so figured I would reach out to the community. For some odd reason at times when I restart the database or close Neo4j Desktop and go back, start up the database, ...

Sort by average of intermediate node property

Hello, I am new to neo4j, and just learning Cypher, so this may be a simple question. Or not. I've had trouble searching for this answer, as I'm not quite sure how to describe it. In my data, there are a set of Customers, each of which can have zero ...

tim1 by Node
  • 1254 Views
  • 1 replies
  • 0 kudos

Simplifying/ Generalizing a cypher query

Dear all, I am relatively new to Neo4j and need it for university. I am working with the enterprise edition for education, with the latest version and the apoc plugin. I have a problem which I guess is resolved simply but I just cannot find a way how...

i_m by Node
  • 873 Views
  • 1 replies
  • 0 kudos

Optimisation of a cypher query

Hello, we are doing database tests with different databases on connected data. Surprisingly Neo4J is somewhat slow compared to JDO Datanucleus. In our tests we have around 1.1 mio node, we aim for much bigger datasets ( around 10^12 nodes). Here is a...

2X_0_0a26b391cc0e22d6fa1209a9efc242823c5c375e.png 2X_6_6b8291fb3b6630a085e1a2f43451b583dbe558fa.png

Cypher query validation for genome analysis

Hi, I'm in the last couple of days before my dissertation is due and after a long few weeks of manipulating a large amount of genomic and phenotype data, it should be ready to import tomorrow... I know I'm cutting it very fine - so apologies for this...

Multiple matches performance drop

Hello everyone, I am facing a weird issue with Neo4j. I have a relatively large graph with about 2 million nodes, and I would like to run personalized pagerank on some lists of nodes. I use the following syntax to grab the nodes I need MATCH (a:type ...

Upgrade from 2.x to 3.4 data not seen

Hello, I am upgrading following this guide, https://neo4j.com/docs/operations-manual/current/upgrade/deployment-upgrading/#upgrade-instructions-2x, and have completed all tasks. I run the setting migrations tool, and update the allow_upgrade setting ...

Lambda Node.js driver cypher queries hang

I use Neo4j all the time in Node.js applications, but my queries just hang and never get a response when I invoke them from a lambda function. My lambda function is able to make other HTTP requests just fine. Am I missing some parameter I need to inc...

How to Show the graph

CREATE (Friends_List:Friend {title:'Friends_List', tagline:'Welcome to the Real World'}) CREATE (Ahmed:Friend {name:'Ahmed Ali', born:1964}) CREATE (Asim:Friend {name:'Asim Ashraf', born:1967}) CREATE (Ahmed)-[:FRIENDS_WITH {roles:['Asim']}]->(Friend...

Performance issue when importing CSV relationships

Hi, I'm doing a POC which raised the following problem (couldn't find an answer in the forums): I'm trying to import a CSV containing 10M relationships to a DB pre populated with about ~1.5M nodes with appropriated indices (or so I think). The import...

2X_3_3c92e4889c4fed1a21422a2809bfb4440caf63c0.png
eladpr by Node
  • 2233 Views
  • 2 replies
  • 1 kudos

Slow performance on time series queries

Hello, I'm testing different databases to storage time series. I have some results using cassandra and InfluxDB. Now, I am trying with Neo4j Community using the schema suggested in https://www.graphgrid.com/modeling-time-series-data-with-neo4j/ I hav...