I noticed a performance difference when querying via incoming and outgoing relationships for a given node. In this case, outgoing was much faster.
The input file that generates the graph is sorted by the start node for each edge.
Does the order of the input file matter? Is there a difference in how the outgoing relationships are treated?
I read a bit of background on the internals, but didn't seem to answer my question about the difference in performance.