Re: Scaling shared buffer eviction

From: Amit Kapila <amit(dot)kapila16(at)gmail(dot)com>
To: Andres Freund <andres(at)2ndquadrant(dot)com>
Cc: Robert Haas <robertmhaas(at)gmail(dot)com>, pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Scaling shared buffer eviction
Date: 2014-09-20 08:14:40
Message-ID: CAA4eK1+zJd1QkU3Fm3Hhm+PHOHEtbJpux=0RbVjBzunbLE-kKg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Sun, Sep 14, 2014 at 12:23 PM, Amit Kapila <amit(dot)kapila16(at)gmail(dot)com>
wrote:
>
> Apart from this, I have changed kid of newly added function as
> due to recent commit, the oid I was using is no longer available.

After sending last patch I have realized that oid used in patch for
new function is wrong; fixed the same in attached patch.

I have fixed all the comments raised till now for patch and
provided the latest performance data as well, so I will mark it
as "Needs Review" to proceed further.

With Regards,
Amit Kapila.
EnterpriseDB: http://www.enterprisedb.com

Attachment Content-Type Size
scalable_buffer_eviction_v10.patch application/octet-stream 61.5 KB

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Claudio Freire 2014-09-20 11:51:49 Re: Yet another abort-early plan disaster on 9.3
Previous Message Craig Ringer 2014-09-20 07:23:01 Re: RLS Design