Re: 9.5 release notes

From: Bruce Momjian <bruce(at)momjian(dot)us>
To: Andres Freund <andres(at)anarazel(dot)de>
Cc: Robert Haas <robertmhaas(at)gmail(dot)com>, Kevin Grittner <kgrittn(at)ymail(dot)com>, PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: 9.5 release notes
Date: 2015-08-06 21:38:12
Message-ID: 20150806213812.GM13687@momjian.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Wed, Jun 24, 2015 at 11:34:27AM +0200, Andres Freund wrote:
> On 2015-06-23 21:08:36 -0400, Robert Haas wrote:
> > On Tue, Jun 23, 2015 at 5:48 PM, Kevin Grittner <kgrittn(at)ymail(dot)com> wrote:
> > > Andres Freund <andres(at)anarazel(dot)de> wrote:
> > >>> <listitem>
> > >>> <para>
> > >>> Improve concurrent locking and buffer scan performance (Andres
> > >>> Freund, Kevin Grittner)
> > >>> </para>
> > >>> </listitem>
> > >>
> > >> If this is ab5194e6f, I don't think it makes sense to mention "buffer
> > >> scan" - it's just any lwlock, and buffer locks aren't the primary
> > >> benefit (ProcArrayLock, buffer mapping lock probably are that). I also
> > >
> > >> don't think Kevin was involved?
> > >
> > > It seems likely that 2ed5b87f9 was combined with something else in
> > > this reference. By reducing buffer pins and buffer content locking
> > > during btree index scans it shows a slight performance gain in
> > > btree scans and avoids some blocking of btree index vacuuming.
>
> Oh. That's what it was combined with. I don't think it makes sense to
> throw these three items together into one note. Their benefit/risk
> potential is pretty different.

I believe Andres has made all these adjustments suggested. If not,
please let me know.

> > I think maybe we should separate that back out. The list needs to be
> > user-accessible, but if it's hard to understand what it's referring
> > to, that's not good either.
>
> Yea. And if then Bruce goes and compares feature counts... :)

:-)

--
Bruce Momjian <bruce(at)momjian(dot)us> http://momjian.us
EnterpriseDB http://enterprisedb.com

+ Everyone has their own god. +

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Alvaro Herrera 2015-08-06 21:44:40 Re: 9.5 release notes
Previous Message Bruce Momjian 2015-08-06 21:33:40 Re: 9.5 release notes