Re: pg_stat_statements issue with parallel maintenance (Was Re: WAL usage calculation patch)

From: Julien Rouhaud <rjuju123(at)gmail(dot)com>
To: Justin Pryzby <pryzby(at)telsasoft(dot)com>
Cc: Amit Kapila <amit(dot)kapila16(at)gmail(dot)com>, Robert Haas <robertmhaas(at)gmail(dot)com>, pgsql-hackers(at)postgresql(dot)org
Subject: Re: pg_stat_statements issue with parallel maintenance (Was Re: WAL usage calculation patch)
Date: 2020-04-12 10:53:58
Message-ID: CAOBaU_axRXc14+hVxNO+y9hgzpwRb9K1nZCW48MOSsB6R8g9MA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Le dim. 12 avr. 2020 à 00:33, Justin Pryzby <pryzby(at)telsasoft(dot)com> a écrit :

> On Sat, Mar 28, 2020 at 04:17:21PM +0100, Julien Rouhaud wrote:
> >
> > Just to be sure I did a quick test with pg_stat_statements behavior using
> > parallel/non-parallel CREATE INDEX and VACUUM, and unsurprisingly buffer
> usage
> > doesn't reflect parallel workers' activity.
> >
> > I added an open for that, and adding Robert in Cc as 9da0cc352 is the
> first
> > commit adding parallel maintenance.
>
> I believe this is resolved for parallel vacuum in master and parallel
> create
> index back to PG11.
>

indeed, I was about to take care of this too

> I marked this as closed.
>
> https://wiki.postgresql.org/index.php?title=PostgreSQL_13_Open_Items&diff=34802&oldid=34781

thanks a lot!

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Fabien COELHO 2020-04-12 11:53:40 Re: pg_ls_tmpdir to show directories and shared filesets (and pg_ls_*)
Previous Message Julien Rouhaud 2020-04-12 08:18:25 Add "-Wimplicit-fallthrough" to default flags (was Re: pgsql: Support FETCH FIRST WITH TIES)