Re: [Neo4j] Generating suggestions in a Neo4j db

2011-06-18 Thread Aman
BlackBerry® smartphone from Sinyal Bagus XL, Nyambung Teruuusss...! -Original Message- From: Aman aman.6...@gmail.com Sender: user-boun...@lists.neo4j.org Date: Sat, 18 Jun 2011 10:50:34 To: Neo4j user discussionsuser@lists.neo4j.org Reply-To: Neo4j user discussions user@lists.neo4j.org

Re: [Neo4j] Generating suggestions in a Neo4j db

2011-06-18 Thread Aman
Jim, I was going through Cypher and a question came into my mind regarding pattern matching... How is pattern matching done in neo4j? I mean, how are nodes and relationships matched in case of large data-sets? On 6/18/11, Aman aman.6...@gmail.com wrote: Jim, Thanks for the valuable input

Re: [Neo4j] Extent of Indexing

2011-06-17 Thread Aman
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

[Neo4j] Generating suggestions in a Neo4j db

2011-06-17 Thread Aman
This is an extension of previous questions that I had posted (although no knowledge of them is needed to understand this). Here's what the relations look like in my db... User1---VISITED PLACES--- Empty NodeHAS VISITED Usa User2---VISITED PLACES--- Empty NodeHAS VISITED Usa

Re: [Neo4j] Generating suggestions in a Neo4j db

2011-06-17 Thread Aman
should be suggested as friends to me), then how to to that... I've thought all that I could, but I always come up with something stupid... Any suggestions about this? On 6/18/11, Jim Webber j...@neotechnology.com wrote: Hi Aman, I'm puzzled. Why not Aman--HAS_VISITED--USA Jim--HAS_VISITED

Re: [Neo4j] Generating suggestions in a Neo4j db

2011-06-17 Thread Aman
should be suggested as friends to me), then how to to that... I've thought all that I could, but I always come up with something stupid... Any suggestions about this? On 6/18/11, Aman aman.6...@gmail.com wrote: Hi Jim, The way you mentioned, that will take care of these suggestions, thanks

Re: [Neo4j] Extent of Indexing

2011-06-15 Thread Aman
Peter, The project requires quick retrieval of data bases upon certain parameters, which, without indexing, would not be feasible (as the relations that hold the data are all same, so simple traversals won't work). As I said earlier, I would have to extract data based upon combination of some

[Neo4j] Traversals versus Indexing

2011-06-12 Thread Aman
What is faster - Traversals or Indexing? I mean if one has a database model that can offer a choice between the two, what should one choose? Also, what about when the scalability factor comes in? ___ Neo4j mailing list User@lists.neo4j.org