Re: Move unused buffers to freelist

From: Amit kapila <amit(dot)kapila(at)huawei(dot)com>
To: Robert Haas <robertmhaas(at)gmail(dot)com>
Cc: Andres Freund <andres(at)2ndquadrant(dot)com>, Greg Smith <greg(at)2ndquadrant(dot)com>, PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Move unused buffers to freelist
Date: 2013-06-30 07:28:19
Message-ID: 6C0B27F7206C9E4CA54AE035729E9C38421BBB81@szxeml558-mbs.china.huawei.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers


On Friday, June 28, 2013 6:38 PM Robert Haas wrote:
On Fri, Jun 28, 2013 at 8:50 AM, Robert Haas <robertmhaas(at)gmail(dot)com> wrote:
> On Fri, Jun 28, 2013 at 12:52 AM, Amit Kapila <amit(dot)kapila(at)huawei(dot)com> wrote:
>>> Currently it wakes up based on bgwriterdelay config parameter which is by
>>> default 200ms, so you means we should
>>> think of waking up bgwriter based on allocations and number of elements left
>>> in freelist?
>
>> I think that's what Andres and I are proposing, yes.

> Incidentally, I'm going to mark this patch Returned with Feedback in
>the CF application.

Many thanks to you and Andres for providing valuable suggestions.

>I think this line of inquiry has potential, but
>clearly there's a lot more work to do here before we commit anything,
>and I don't think that's going to happen in the next few weeks. But
>let's keep discussing.

Sure.

With Regards,
Amit Kapila.

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Amit kapila 2013-06-30 07:33:00 Re: New regression test time
Previous Message Amit kapila 2013-06-30 07:24:19 Re: Move unused buffers to freelist