Re: CREATE/REFRESH MATERIALIZED VIEW planner difference?

Vijaykumar Jain <vijaykumarjain.github@gmail.com>

From: Vijaykumar Jain <vijaykumarjain.github@gmail.com>
To: Thomas Munro <thomas.munro@gmail.com>
Cc: Tom Lane <tgl@sss.pgh.pa.us>, Philip Semanchuk <philip@americanefficient.com>, PostgreSQL General <pgsql-general@lists.postgresql.org>
Date: 2021-06-01T19:31:49Z
Lists: pgsql-general
ok, so Tom ran on pg14  it seems. :)


On Wed, 2 Jun 2021 at 00:53, Thomas Munro <thomas.munro@gmail.com> wrote:

> On Wed, Jun 2, 2021 at 7:15 AM Vijaykumar Jain
> <vijaykumarjain.github@gmail.com> wrote:
> > i only get workers to create mv, but refresh mv plan does not use
> workers for the same conf params.
>
> Yeah, this changed in v14:
>
>
> https://git.postgresql.org/gitweb/?p=postgresql.git;a=commit;h=9e7ccd9ef64d05e87ceb1985d459bef9031205c0
>


-- 
Thanks,
Vijay
Mumbai, India

Commits

  1. Enable parallelism in REFRESH MATERIALIZED VIEW.