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

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Simon Riggs <simon(at)2ndquadrant(dot)com>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: Remove the limit on the number of entries allowed in catcaches,
Date: 2006-06-15 14:31:41
Message-ID: 27795.1150381901@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers pgsql-hackers

Simon Riggs <simon(at)2ndquadrant(dot)com> writes:
> Can we do the same for the file descriptors in fd.c?

I haven't seen any indication that fd.c is a performance bottleneck,
so I don't see the point.

Also, there is an external constraint: we can't simply have thousands
of open file descriptors; on most platforms that just Does Not Work.

regards, tom lane

In response to

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2006-06-15 16:02:33 pgsql: Add: > o Allow PL/PgSQL RETURN to return row or record
Previous Message Qingqing Zhou 2006-06-15 09:50:26 Re: Remove the limit on the number of entries allowed in catcaches,

Browse pgsql-hackers by date

  From Date Subject
Next Message Greg Stark 2006-06-15 15:01:53 CREATE TABLE LIKE INCLUDING CONSTRAINTS
Previous Message Tom Lane 2006-06-15 14:27:33 Re: Test request for Stats collector performance improvement