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 ---------------------------(end of broadcast)--------------------------- TIP 1: if posting/reading through Usenet, please send an appropriate subscribe-nomail command to [EMAIL PROTECTED] so that your message can get through to the mailing list cleanly