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

Extremely slow query time with concurrent queries

I have a 18GB database, on 3.5.4 enterprise. When running simple index queries such as match (n:Product {pk:"id"}) return n, which runs at <5ms with single connections, will slow down to >1000ms when handling >10 simultaneous connections, with most o...

david2 by Node
  • 2753 Views
  • 8 replies
  • 0 kudos

Modeling "Also Known As" (AKA) Relationships?

Hello world! I need guidance on how to best model a scenario where I have hundreds of products, many of which are known by a local or regional name as well. Should these "AKA Names" be modeled as an attribute of the node (Where there could be many di...

How do I collect all of the nodes in a subgraph

I have a very large graph that has one root node that fans out into multiple nodes. I need to get a list of ALL of the nodes in the subgraph. Other than label, they don't have a common attribute. They are only connected by the "connections" Looking ...

2X_9_9d48f6d4bdc700785b700e666a12144e97a18fd2.png 2X_5_5447ee7a7ac2b7bc96625a2eee9be933211d188d.png

How can i use index in relationship?

Neo4j query: MATCH p=()-[r:HasCustomer]->() where r.numer_of_visits >= 2 and r.numer_of_visits < 4 AND r.merchant_id = 428 RETURN r.customer_id Started streaming 692246 records after 2 ms and completed after 13800 ms, displaying first 1000 rows. My...

naval by Node
  • 9685 Views
  • 5 replies
  • 6 kudos

Slow Cypher Query for combination GDS calls

Hello I'm working with a graph database that represents public transport and I'm trying to calculate certain shortest paths through it. The following query takes 14 seconds to complete and I'd love any help on speeding it up: MATCH (schulort:Halteste...

2X_d_df916e7d94279f4a3f947bc18dafbd0f34f9e55a.png

Distinct full paths for a given node

Hi everyone, For the following graph : I would like to get all the distinct oriented paths for a given node. For example, starting from x6, I would have 3 distinct paths : x6 -> x3 -> x2 -> x1 x6 -> x3 -> x2 -> x4 x6 -> x3 -> x2 -> x5 I have tr...

2X_f_f5b0d1595d480a08bbd7af3335679c42cd57512c.png 2X_8_85a94427efccbb19201da7eeeb5bb367414b1fa8.png

Error while starting database

Hello, I´m trying to start the database after installing it on a server, but I receive this error. Can anybody help me. /home/ubuntu$ neo4j console Directories in use: home: /var/lib/neo4j config: /etc/neo4j logs: /var/log/neo4j...

Traverse graph recursively

Seed data Pastebin seed data - Pastebin.com Pastebin.com is the number one paste tool since 2002. Pastebin is a website where you can store text online for a set period of time. when i run below...

2X_6_6b58d6a4742719a6c486809161bf8991b78d3493.jpeg 2X_b_b5c8594b29c2e39311b213d1e82e0f07fc3efdab.jpeg
jeet by Node Link
  • 1435 Views
  • 1 replies
  • 0 kudos

No option to select neo4j database

Neo.DatabaseError.General.UnknownError ...is the message I got while trying to follow along with the first guided exercise. I was not given a choice to select the neo4j database - and only have the prompt instead of the neo4j prompt. How do i chan...

baw by Node
  • 470 Views
  • 2 replies
  • 0 kudos

Graph Data Science library not in Azure Neo4j VM

I have created a Neo4j VM Enterprise 4.0 on Azure. On this VM I called call dbms.procedures. I saw that Graph Data Science is not installed on this VM when it was created on Azure. Usually I work with Neo4j Desktop and I just had to click on install ...

LJRB by Graph Buddy
  • 572 Views
  • 2 replies
  • 1 kudos