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.

Neo4j Graph Platform
cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Neo4j enterprise local cluster setup

Hi, I'm trying to create 3 node neo4j cluster in windows machine. I did all the configuration but while starting server, I'm getting below errors: 2020-07-22 03:16:45.193+0000 INFO Waiting for a total of 3 core members... 2020-07-22 03:16:55.897+000...

Intermittent issue in query execution time

Hi All,We are using a Neo4j Cluster in 4 core servers hosted in AWS EC2. The Neo4j version installed is "Neo4j Enterprise 4.3.6". We currently have a query that takes an average time of execution of less than 5ms. But sometimes it gives an execution ...

Yasith by Node Link
  • 1426 Views
  • 6 replies
  • 2 kudos

Slow to form cluster after node instance restart

Hello, I have 3 nodes cluster running in K8 (GKE), using the official helm-charts. All works very well, but from time to time I run into issues after restarting one of the nodes. There are 10 graphs in the cluster, all of them are relatively small, j...

Unable to setup 3 node cluster

Hi, I tried this 3 times now from scratch. I followed documentation. I have 3 nodes in a LAN, no firewalls. relevant config lines: dbms.mode=CORE # Expected number of Core servers in the cluster at formation causal_clustering.minimum_core_cluster_si...

Memory issue in Causal Cluster

Hello team, we've run into a weird problem with memory consumption in our cluster setup. Important note: all described problem is only specific to the cluster, when we run all same setup but with a single node (more hefty, though), the problem does n...

3X_d_1_d1e0556021c95deb14a1c6b55e289a564c4d1e01.png 3X_9_2_9298ef0eea7c1e6d10d284d9de388e6ef210f777.png 3X_b_3_b3412db621c8a5f94c70f24d25c2a3254f1495e9.png

Doubts about Neo4j Fabric with a Causal Cluster

Hi all, With this configuration, in which the different neo4j DBMS are in different locations, if the connection between them and the Causal Cluster is cut for several hours, would the user be able to make queries about these dbms? Does the Cluster ...

3X_9_c_9cdbd69a83df352c1258ffffa81ba98728201eb1.png

Sync GDS graph into READ_REPLICA

I want to use gds algorithm in a causal cluster. I have 3 cores and 2 replicas. I designed the cluster following the concept "write-read seperating", so I only run gds algos on replicas with stream mode. At the beginning, I used anonymous graphs mec...

Leon by Node
  • 538 Views
  • 1 replies
  • 1 kudos

Resolved! How many sessions can have one drive

I have a node js project where one of DBs is neo4j. Currently there are three main function I do with neo4j create, update, delete. Since there are cases when I create 1 Million nodes or relationships I need to send them by chunks. So long I was crea...