Re: extending relations more efficiently - Mailing list pgsql-hackers

From Robert Haas
Subject Re: extending relations more efficiently
Date
Msg-id CA+TgmoaEGAqTTcEQX2QDz4VTOd7_X9ScuYNHre1krZCUPQE8gw@mail.gmail.com
Whole thread Raw
In response to Re: extending relations more efficiently  (Jeroen Vermeulen <jtv@xs4all.nl>)
Responses Re: extending relations more efficiently
List pgsql-hackers
On Wed, May 2, 2012 at 7:16 AM, Jeroen Vermeulen <jtv@xs4all.nl> wrote:
> On 2012-05-01 22:06, Robert Haas wrote:
>> It might also be interesting to provide a mechanism to pre-extend a
>> relation to a certain number of blocks, though if we did that we'd
>> have to make sure that autovac got the memo not to truncate those
>> pages away again.
>
> Good point.  And just to check before skipping over it, do we know that
> autovacuum not leaving enough slack space is not a significant cause of the
> bottlenecks in the first place?

I'm not sure exactly what you mean by this: autovacuum doesn't need
any slack space.  Regular DML operations can certainly benefit from
slack space, both within each page and overall within the relation.
But there's no evidence that vacuum is doing too good a job cleaning
up the mess, forcing the relation to be re-extended.  Rather, the
usual (and frequent) complaint is that vacuum is leaving way too much
slack space - i.e. bloat.

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


pgsql-hackers by date:

Previous
From: Peter Geoghegan
Date:
Subject: Re: Have we out-grown Flex?
Next
From: Robert Haas
Date:
Subject: Re: index-only scans vs. Hot Standby, round two