Re: extending relations more efficiently

From: Jeroen Vermeulen <jtv(at)xs4all(dot)nl>
To: Robert Haas <robertmhaas(at)gmail(dot)com>
Cc: Andres Freund <andres(at)anarazel(dot)de>, pgsql-hackers(at)postgresql(dot)org
Subject: Re: extending relations more efficiently
Date: 2012-05-02 11:16:12
Message-ID: 4FA1177C.4030405@xs4all.nl
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

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?

Jeroen

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Hannu Krosing 2012-05-02 11:40:34 How hard would it be to support LIKE in return declaration of generic record function calls ?
Previous Message Albe Laurenz 2012-05-02 10:20:39 Re: Analyzing foreign tables & memory problems