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.

Slow neo4j browser while trying to visualize results

While running the following query:

OPTIONAL MATCH (b:Address)-[:sent_money]->(c:Address)
RETURN b, r, c
LIMIT 3000

The neo4j browser is extremely slow. How can I speed up the visualization?

Any feedback is appreciated. Thanks!

DB info:
nodes: 16894293
relationships: 36625489

Laptop specs:

intel core i7-8750, 2.20GHz x12 (threads)
RAM: 32 GB
Graphics: GeForce RTX 2080 with MAX-Q design
Ubuntu 18.04.3 LTS
HD: 500 SSD

1 ACCEPTED SOLUTION

Browser only uses d3 on svg which is not really fast

You can use Neo4j Bloom e.g. via the Sandbox or the Startup Program which uses WebGL

https://neo4j.com/bloom/

Or have a look at the other tools available like kineviz, yWorks, graphlytic via desktop.

See our Graph Visualization series here:

View solution in original post

1 REPLY 1

Browser only uses d3 on svg which is not really fast

You can use Neo4j Bloom e.g. via the Sandbox or the Startup Program which uses WebGL

https://neo4j.com/bloom/

Or have a look at the other tools available like kineviz, yWorks, graphlytic via desktop.

See our Graph Visualization series here: