Re: [Neo4j] About HA cluster sync data

2018-01-31 Thread Liping Huang
Thanks MH, This is the basis for my dataset, which load it via neo4j-admin import, it take almost < 20 mins but take ~10 hours to using LOAD CSV ID Allocation Node ID 143812726 Property ID 590958500 Relationship ID 244292244 Relationship Type ID 3 My LOAD CSV looks like that: 1. Create the CONS

Re: [Neo4j] About HA cluster sync data

2018-01-31 Thread 'Michael Hunger' via Neo4j
It doesn't work like 1 or 2. You have to do (3). You have to completely clean out the other servers and have them copy from master. Or you seed the whole cluster with the data from neo4j-admin import, i.e. copy the database from master onto the other two. Also make sure to use neo4j-shell on t

[Neo4j] About HA cluster sync data

2018-01-30 Thread Liping Huang
Hi there, Given I have a HA cluster with 3 servers: server1 - Master server2 - Slave1 server3 - Slave2, as I want to keep all data up to date, and LOAD CSV approach is too slow for my hurge data, So I want to load reload all data in offline with neo4j-admin import functionality. Let's say I