jrgemignani commented on issue #2288: URL: https://github.com/apache/age/issues/2288#issuecomment-3694090117
@zihaozeng0021 - <img width="1185" height="171" alt="Image" src="https://github.com/user-attachments/assets/632ed5e3-7ae0-4130-bc31-4a821858ac15" /> You are misunderstanding the execution of these commands and what can and cannot be considered a constant. You are also mixing apples with oranges with the queries. Consider trying your commands with **the same generic base query**, instead of mixing distinctly different queries, with different flows. I would suggest that you use the EXPLAIN command to better understand what is going on and why. Just prefix a cypher command with it - not the sql command, EXPLAIN needs to be inside the cypher() function to work. Looking at just the WHERE clause will get you nowhere in these cases. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
