multixact optimization patches

From: Alvaro Herrera <alvherre(at)2ndquadrant(dot)com>
To: Pg Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: multixact optimization patches
Date: 2014-07-29 19:56:19
Message-ID: 20140729195619.GU5475@eldon.alvh.no-ip.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

I have just pushed two optimization patches for multixacts to HEAD only.
I hesitate to backpatch them to 9.3 right away, but will consider doing
so if people think differently.

I also have a patch that supposedly fixes the performance regression
reported in bug #8470, but it's considerably more obscure so I'm not
pushing it right now. It's attached. I'd need to spend some more time
with it to ensure it doesn't break other cases before pushing. I know
some people is interested in this fix and thought I'd throw it out there
to gather some input.

Since it affects much of the same code as the two patches I just pushed,
using it in 9.3 requires cherry-picking those patches, but they apply
without conflicts so it should be easy.

--
Álvaro Herrera http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Training & Services

Attachment Content-Type Size
8470.patch text/x-diff 30.3 KB

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Robert Haas 2014-07-29 20:17:50 Re: Proposal to add a QNX 6.5 port to PostgreSQL
Previous Message Peter Geoghegan 2014-07-29 19:01:30 Re: B-Tree support function number 3 (strxfrm() optimization)