Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.
on 08-19-2020 04:15 AM
Hi,
I'm a new Neo4J user, and I'm doing some performance benchmarking for a new use case in my company, we loaded 60M nodes with 1.1B relationships. (on AWS EC2 i3.xlarge)
Our use case involves both index access type of query for specific nodes and traversals that works super fast, but also general analytical query on around big part of the data, thus work extremely slow (5-15 minutes).
I was wondering if that seems reasonable and if Neo4J is really the right tool for graph analytics.
Thanks,
Ron
Hi, you cloud try with bloom
You can create ETLs to export data to big data tool
Thanks