Re: profiling connection overhead
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: Robert Haas <robertmhaas@gmail.com>
Cc: Bruce Momjian <bruce@momjian.us>, Andres Freund <andres@anarazel.de>, pgsql-hackers@postgresql.org, Heikki Linnakangas <heikki.linnakangas@enterprisedb.com>
Date: 2010-11-29T04:51:43Z
Lists: pgsql-hackers
Robert Haas <robertmhaas@gmail.com> writes: > Yeah, very true. What's a bit frustrating about the whole thing is > that we spend a lot of time pulling data into the caches that's > basically static and never likely to change anywhere, ever. True. I wonder if we could do something like the relcache init file for the catcaches. > Maybe we could speed things up a bit if we got rid of the pg_attribute > entries for the system attributes (except OID). I used to have high hopes for that idea, but the column privileges patch broke it permanently. regards, tom lane