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

Поиск
Список
Период
Сортировка
От Simon Riggs
Тема Re: Remove the limit on the number of entries allowed in catcaches,
Дата
Msg-id 1150363425.2691.870.camel@localhost.localdomain
обсуждение исходный текст
Ответы Re: Remove the limit on the number of entries allowed in catcaches,  (Tom Lane <tgl@sss.pgh.pa.us>)
Список 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



В списке pgsql-hackers по дате отправления:

Предыдущее
От: Martijn van Oosterhout
Дата:
Сообщение: Re: Increasing catcache size
Следующее
От: "Qingqing Zhou"
Дата:
Сообщение: Re: Remove the limit on the number of entries allowed in catcaches,