I need a strong database to query very often with some thousands of nodes, and about 2000 edges each for each node.

Is neo4j able to manage these relationships? Do I have to find another solution?

link|improve this question

80% accept rate
Plain old DBs work too, if you're going only ever querying neighboring nodes. – Denis Jun 13 '11 at 21:24
feedback

1 Answer

up vote 1 down vote accepted

Yes this is no problem with Neo4j, it is running graphs with millions or billions of Nodes and Relationships.

You can easily create a PoC [Proof of Concept] by importing your graph and then run the operations on it that you're interested in.

Could you perhaps describe some more details of the domain model and the use-cases/operations?

link|improve this answer
What's a PoC? However I would use it to manage different types of friendship among users, and to calculate their mutual friends. So each user could have some thousands of edge, and other, hundreds of thousands – rodi Jun 15 '11 at 12:23
See PoC! – nawroth Jun 15 '11 at 14:24
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.