jrgemignani commented on issue #1974:
URL: https://github.com/apache/age/issues/1974#issuecomment-2224224093

   @Kobaruon As I mentioned earlier `-[]-`, directionless, is a lot more 
intensive. You are trying to match any edge that has any connection to the 
currently selected vertices; directed edges will always run faster. 
   
   While you may have a similar query that runs faster, and is also 
directionless, the runtime depends on the total number of vertices and edges 
that are selected and how connected they are. It could be that the faster query 
involves a less connected set than the slower one. Just a thought without 
seeing the actual data.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@age.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to