Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.
09-11-2019 08:43 AM
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
Solved! Go to Solution.
09-14-2019 02:56 AM
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:
09-14-2019 02:56 AM
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:
All the sessions of the conference are now available online