I know database queries needs be written considering performance. Though server configurations should be used for supporting maximum performance.
My database is having:
- 10 million nodes
- 30 million relationships
- 30 label types
- 100 relationship types
I read though performance guide of Neo4j. But it is hard to find best required server settings in Neo4j. So my question is:
What are the minimal server configurations and Neo4j configurations should have for good performance (i.e less response time) from Neo4j?
- Considering 10k concurrent connections
- Ratio of Read:Write is 90:10
- Scripting Language is PHP