Hello, I have a question concerning Neo4j property accessing. Are node properties and edge properties still stored as linked lists in 2.0? I am trying to figure out if querying for nodes with given properties will have poor performance because it would have to traverse the entire property list.
While my data is best represented by a graph, there are some aggregation queries that I would like to perform on the data. To do so, I have to group the data by certain properties and then use other property values to perform the aggregation. How can I make accessing properties themselves fast? -Chris -- You received this message because you are subscribed to the Google Groups "Neo4j" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
