On Tue, 27 Feb 2024 at 23:23, Rafsun Masud Prince
wrote:
> I am looking for a combination of the 'off' and 'regress' state, which is:
> use parallel if improves performance + suppress context line (if
> parallel is used)
>
> Our project, Apache AGE, has a regression test for cypher MATCH queri
Hi,
For the context, debug_parallel_query has three states (according to the
documentation):
on: use parallel if safe
off:use parallel if improves performance
regress:use parallel if safe + suppress context line + hide
gather node in explain output
I am looking for