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
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
Or have a look at the other tools available like kineviz, yWorks, graphlytic via desktop.
See our Graph Visualization series here:
2 Likes