Re: Increasing catcache size - Mailing list pgsql-hackers

From Martijn van Oosterhout
Subject Re: Increasing catcache size
Date
Msg-id 20060615080116.GC23567@svana.org
Whole thread Raw
In response to Re: Increasing catcache size  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: Increasing catcache size
List pgsql-hackers
On Wed, Jun 14, 2006 at 08:04:31PM -0400, Tom Lane wrote:
> So I'm pretty strongly inclined to just dike out the limit.  If you're
> running a database big enough to hit the existing limit, you can well
> afford to put more memory into the catcache.

If you do a \d, does that load every tuple from pg_class into the
catcache?

Your suggestion sounds like a good one...

Have a nice day,
--
Martijn van Oosterhout   <kleptog@svana.org>   http://svana.org/kleptog/
> From each according to his ability. To each according to his ability to litigate.

pgsql-hackers by date:

Previous
From: "Larry Rosenman"
Date:
Subject: Re: Test request for Stats collector performance improvement
Next
From: Simon Riggs
Date:
Subject: Re: Remove the limit on the number of entries allowed in catcaches,