Re: Remove the limit on the number of entries allowed in catcaches, - Mailing list pgsql-hackers

From Tom Lane
Subject Re: Remove the limit on the number of entries allowed in catcaches,
Date
Msg-id 27795.1150381901@sss.pgh.pa.us
Whole thread Raw
In response to Re: Remove the limit on the number of entries allowed in catcaches,  (Simon Riggs <simon@2ndquadrant.com>)
List pgsql-hackers
Simon Riggs <simon@2ndquadrant.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


pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: Test request for Stats collector performance improvement
Next
From: Greg Stark
Date:
Subject: CREATE TABLE LIKE INCLUDING CONSTRAINTS