Scaling XLog insertion (was Re: Moving more work outside WALInsertLock) - Mailing list pgsql-hackers

From Heikki Linnakangas
Subject Scaling XLog insertion (was Re: Moving more work outside WALInsertLock)
Date
Msg-id 4F11921B.8070302@enterprisedb.com
Whole thread Raw
In response to Re: Moving more work outside WALInsertLock  (Heikki Linnakangas <heikki.linnakangas@enterprisedb.com>)
Responses Re: Scaling XLog insertion (was Re: Moving more work outside WALInsertLock)  (Robert Haas <robertmhaas@gmail.com>)
List pgsql-hackers
Here's another version of the patch to make XLogInsert less of a
bottleneck on multi-CPU systems. The basic idea is the same as before,
but several bugs have been fixed, and lots of misc. clean up has been done.

--
   Heikki Linnakangas
   EnterpriseDB   http://www.enterprisedb.com

Attachment

pgsql-hackers by date:

Previous
From: Euler Taveira de Oliveira
Date:
Subject: Re: xlog location arithmetic
Next
From: Robert Haas
Date:
Subject: Re: Concurrent CREATE TABLE/DROP SCHEMA leaves inconsistent leftovers