Re: [Neo4j] Performance issue with 2.3.3

2016-06-04 Thread 'tgomell' via Neo4j
t; create a label for all your conditions, e.g. :Process > > > > and use those labels instead: > > > > What type are M, GG and X ? > > > > What is the fan out across those types (min, max, avg) ? > > > > How many results are returned after it finishes

[Neo4j] Problems with Migration of DB 2.3.3 to 3.02

2016-06-04 Thread 'tgomell' via Neo4j
I want to migrate the db with this string: C:\neo4j-enterprise-3.0.2\bin>neo4j-admin.bat import --mode=database --database='graph.db' --from='C:\Program Files\migRavenDB\DB\data\graph.db' Then I start the new DataBase 3.0.2 Service on the machine but nothing. In the error.log nothing about the

[Neo4j] Performance issue with 2.3.3

2016-06-04 Thread 'tgomell' via Neo4j
We have a really complex question: We want to find the ammount of Groups over all paths between all users. >From all User to all User. The Amount of users is 8.000 and the amount of all Groups is 15.000. This cypher request Needs days! Is there a way to make this faster? match