Re: Remove the limit on the number of entries allowed in catcaches,

From: Simon Riggs <simon(at)2ndquadrant(dot)com>
To: Tom Lane <tgl(at)postgresql(dot)org>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: Remove the limit on the number of entries allowed in catcaches,
Date: 2006-06-15 09:23:45
Message-ID: 1150363425.2691.870.camel@localhost.localdomain
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers pgsql-hackers

Moving from -committers to -hackers:

On Wed, 2006-06-14 at 23:08 -0300, Tom Lane wrote:
> On small-to-middling databases this wins
> because maintaining the LRU list is a waste of time.

Sounds good.

Can we do the same for the file descriptors in fd.c?

Very often the total number of file descriptors is much less than the
maximum, so it would make sense to only maintain the LRU when we are
using more than 50%-75% of the maximum.

--
Simon Riggs
EnterpriseDB http://www.enterprisedb.com

In response to

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Qingqing Zhou 2006-06-15 09:50:26 Re: Remove the limit on the number of entries allowed in catcaches,
Previous Message User Luf 2006-06-15 06:58:49 psqlodbc - psqlodbc: fix for linux snprintf issue -

Browse pgsql-hackers by date

  From Date Subject
Next Message Qingqing Zhou 2006-06-15 09:50:26 Re: Remove the limit on the number of entries allowed in catcaches,
Previous Message Martijn van Oosterhout 2006-06-15 08:01:16 Re: Increasing catcache size