Re: Buffers from parallel workers not accumulated to upper nodes with gather merge
Amit Kapila <amit.kapila16@gmail.com>
From: Amit Kapila <amit.kapila16@gmail.com>
To: Jehan-Guillaume de Rorthais <jgdr@dalibo.com>
Cc: PostgreSQL mailing lists <pgsql-bugs@lists.postgresql.org>
Date: 2020-07-25T07:46:55Z
Lists: pgsql-bugs
On Thu, Jul 23, 2020 at 4:24 PM Amit Kapila <amit.kapila16@gmail.com> wrote: > > On Thu, Jul 23, 2020 at 3:59 PM Jehan-Guillaume de Rorthais > <jgdr@dalibo.com> wrote: > > > > > > I'm not an english-native writer, but I would rephrase this: > > > > We can do a similar thing for Gather Merge as well but it seems the better > > to account for stats during nodes shutdown after completing the execution. > > > > Fair enough. I will adopt your suggestion before commit. I'll wait > for a day or so to see if anyone has more comments. > Pushed. -- With Regards, Amit Kapila.
Commits
-
Fix buffer usage stats for nodes above Gather Merge.
- f963b5bc028d 10.14 landed
- 603c18b7ee2e 11.9 landed
- bdaa84e38932 12.4 landed
- b15367ae3940 13.0 landed
- 2a2494229a70 14.0 landed
-
Fix buffer usage stats for parallel nodes.
- 85c9d3475e4f 12.0 cited