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
  • 943 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
  • 1183 Views
  • 1 replies
  • 1 kudos

Neo4j Bloom SSO Authentication

Hello Everyone, We have built a dashboard and linked Bloom using a Deep Link Technique, but before showing the graph it asks for authentication. Is there a way we can bypass the user id & password and access the graph or SSO option available in Neo4j...

Issue with Neo4j GDS 1.4.1 K-Spanning tree

Hi all, I'm following Noe4j's online document at 6.5.1. Minimum Weight Spanning Tree - 6.5. Path finding algorithms , it seems that the Cypher to query K-Spanning tree doesn't work: MATCH (n:Place) WITH n.id AS Place, n.kminst AS Partition, count(*) ...

Jean by Node Link
  • 427 Views
  • 1 replies
  • 0 kudos

Neo4j is slow

I have a desktop version of Neo4j on Debian 10, everything is fine except Neo4j. it is so slow! I have like 900 nodes and 1700 relationships. is there any way to assign more resources like RAM or CPU to this database to make it faster?

Allocate more than 4 cores (Windows?) in Neo4j

I just got myself an AMD Threadripper and I was looking forward to rip the benefits of its 48 cores in my Neo4j applications. I was disappointed to notice that only four cores are utilised by Neo4j even under very heavy loads e.g. querying a graph wi...

2X_5_5447ee7a7ac2b7bc96625a2eee9be933211d188d.png 3X_7_0_705695044ded2ac15f700d7c4c891754cece4b26.png
exonianp by Node Link
  • 1076 Views
  • 1 replies
  • 0 kudos

Want: in hash

I believe one thing that can cause degradation in performance, is that the IN LIST operator does a linear search across an array (maybe I'm wrong...). Perhaps Neo4J could turn the list into a hash before execution so that testing for membership is fa...

clem by Graph Steward
  • 635 Views
  • 2 replies
  • 1 kudos

Resolved! Match if node exists and set new property

I'm trying to write a query where if a node exists sets a new property with a specific value, if not, it creates a new node I wrote this, but it doesn't work: MATCH (n:User_friend) RETURN CASE WHEN n.name='name surname' then set n.phone_number=12345...

lx2pwnd by Node Clone
  • 4923 Views
  • 7 replies
  • 3 kudos

Bloom does not show nodes

After completing the request, I see flickering nodes. But then they disappear. On my laptop, everything shows up correctly. Problem with a desktop computer. Both (notebook and PC under Ubuntu) It seems there are some problems with layouts. Please adv...

2X_a_aacbcadeff51632c438ddec689c001bfaa9c4ee1.png