Re: CommitFest 2011-11 Update

From: Robert Haas <robertmhaas(at)gmail(dot)com>
To: Greg Smith <greg(at)2ndquadrant(dot)com>
Cc: PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: CommitFest 2011-11 Update
Date: 2011-12-15 19:07:03
Message-ID: CA+TgmoZe_Ge62gPoF9V1xXPL+2LdntjAvy=aKPwuTL=jdJ0Y9A@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Sat, Dec 10, 2011 at 1:07 PM, Greg Smith <greg(at)2ndquadrant(dot)com> wrote:
> There's a normal sized plate lined up for Robert since he's been keeping up
> better; in no particular order:
>
> -More review on the always a new surprise "Fix Leaky Views Problem, again"
> -Extra fun with "Tuplesort comparison overhead reduction"
> -His own "avoid taking two snapshots per query" and "FlexLocks" improvements

Greg,

Thanks for working through this. I see I still need to look more at
the leaky views stuff. I think that the tuplesort comparison overhead
reduction is in Peter G's hands to rebase at the moment; I will look
at that again when it reemerges. I think "avoid two snapshots per
query" is pretty much ready to go, though I'm vaguely waiting for any
further input from Dimitri. I believe I'm going to punt on FlexLocks
for now, for the reasons set out in the email I just sent on that
topic, and accordingly am marking that patch with feedback.

One more time to make sure I made my main point: thanks for working on
this. :-)

--
Robert Haas
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Scott Mead 2011-12-15 19:23:10 Re: IDLE in transaction introspection
Previous Message Heikki Linnakangas 2011-12-15 19:06:08 Re: Moving more work outside WALInsertLock