Re: Re: [COMMITTERS] pgsql: Reduce WAL activity for page splits: > Currently, an index split

From: Stefan Kaltenbrunner <stefan(at)kaltenbrunner(dot)cc>
To: Alvaro Herrera <alvherre(at)commandprompt(dot)com>
Cc: Heikki Linnakangas <heikki(at)enterprisedb(dot)com>, Bruce Momjian <momjian(at)postgresql(dot)org>, pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Re: [COMMITTERS] pgsql: Reduce WAL activity for page splits: > Currently, an index split
Date: 2007-02-08 16:11:23
Message-ID: 45CB4BAB.3070908@kaltenbrunner.cc
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers pgsql-hackers

Alvaro Herrera wrote:
> Heikki Linnakangas wrote:
>> Stefan Kaltenbrunner wrote:
>>> Bruce Momjian wrote:
>>>> Log Message:
>>>> -----------
>>>> Reduce WAL activity for page splits:
>>>>
>>>>> Currently, an index split writes all the data on the split page to
>>>>> WAL. That's a lot of WAL traffic. The tuples that are copied to the
>>>>> right page need to be WAL logged, but the tuples that stay on the
>>>>> original page don't.
>>>
>>> this patch killed both of my OpenBSD buildfarm members
>
> Please note that zebra died for a different reason the second time (not
> enough shared memory).

yeah that's because initdb is leaving the shm-segments there on a failure.
This resulted in the out-of-shm failure on the following run which I
have manually cleared now ...

Stefan

In response to

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2007-02-08 17:04:48 pgsql: This patch fixes shared_preload_libraries on Windows hosts.
Previous Message Bruce Momjian 2007-02-08 15:46:04 pgsql: This patch fixes shared_preload_libraries on Windows hosts.

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 2007-02-08 16:22:18 Re: [pgsql-patches] Phantom Command IDs, updated patch
Previous Message Heikki Linnakangas 2007-02-08 15:48:54 Re: Bitmap index thoughts