Mattias, I just listed one of the use cases, I have ample types of relationships in my database. I will be connecting all the 50k users to certain common nodes that will depict something about the users. Example: A user node can be directly/indirectly related to a "place" node that will depict the places where users visit daily.
Now please consider this scenario, because this is where I am facing problem... I have stored all data regarding user in user node (like age etc in the way described above). A user node is also connected to various nodes that he posted. Suppose that I have 50k users and each of them has posted 10 posts. Now I want to find out what posts have the people of certain age posted. How do I do that? I believe I WILL have to use indexing. If there is any way possible via traversals, please share the same. _______________________________________________ Neo4j mailing list [email protected] https://lists.neo4j.org/mailman/listinfo/user

