rafsun42 commented on PR #1678:
URL: https://github.com/apache/age/pull/1678#issuecomment-2050230981

   @saygoodbyye Since `force_parallel_mode` is affecting performance of other 
queries in the test file, should we only apply `SET force_parallel_mode TO 
regress;` to the query that failed rather than the entire file, as previously 
discussed? For example-
   ```
   ...
   SET force_parallel_mode TO regress;
   SELECT * FROM cypher('keys', $$MATCH ()-[e]-() RETURN keys(e) ORDER BY e 
DESC $$) AS (edge_keys agtype);
   RESET force_parallel_mode;
   ...
   ```


-- 
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]

Reply via email to