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.

alex_ough
Node
since ‎05-17-2021
‎06-01-2022

User Statistics

  • 15 Posts
  • 0 Solutions
  • 0 Kudos given
  • 0 Kudos received

User Activity

I deployed neo4j systems using a single cluster with one replica. But they are in the same AWS region even if they are in different AZs because they are in the same vpc. So I'm wondering if there is any way deploy the replica in a different AWS regio...
Hi, I'm trying to build an environment in AWS that has 1 core server and 1 read-replica following the direction in "Deploy a cluster - Operations Manual". I set both configuration files according to the ones as specified, but the read-replica fails t...
Hi, I'm currently trying to play with the 'randomWalk' algorithm, but it looks like it takes forever. The named graph I created has 108 nodes and 584 relationships and this is the configuration I'm using. CALL gds.alpha.randomWalk.stream('gds-events-...
In this Cypher, if '$input.alist' is null, it doesn't move on to next 'UNWIND'. But is there any way to move to next 'UNWIND'? UNWIND $input.alist as a MERGE .... UNWIND $input.blist as b MERGE... I tried to use FOREACH, but it seems like there are ...
There is a same type of node for each group and I created an index on 'id' of that node. But the nodes in each group are totally separated and no usage of sharing them. So I'm wondering which one is good to create indices. create one index for all no...