Re: Getting an index scan to be a parallel index scan

From: David Rowley <dgrowleyml(at)gmail(dot)com>
To: Alex Kaiser <alextkaiser(at)gmail(dot)com>
Cc: pgsql-performance(at)lists(dot)postgresql(dot)org
Subject: Re: Getting an index scan to be a parallel index scan
Date: 2023-02-01 11:30:31
Message-ID: CAApHDvrsoY1aUroQ6SHD6orEGRxi7LQtV6ejoMt5-vQJ636xOw@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-performance

On Wed, 1 Feb 2023 at 18:39, Alex Kaiser <alextkaiser(at)gmail(dot)com> wrote:
> postgres=# set force_parallel_mode = on;

There's been a bit of debate about that GUC and I'm wondering how you
came to the conclusion that it might help you. Can you share details
of how you found out about it and what made you choose to set it to
"on"?

David

In response to

Responses

Browse pgsql-performance by date

  From Date Subject
Next Message Alex Kaiser 2023-02-01 19:22:47 Re: Getting an index scan to be a parallel index scan
Previous Message Ranier Vilela 2023-02-01 11:17:17 Re: Getting an index scan to be a parallel index scan