>> Can you provide information about how much memory is being saved from 
>> 0004+0005?
> 
> Attached the output for a query on catcache/relcache memory context
> data, with output of master and the full patchset.
> 
> From Master to 0003, we go from 287872 bytes total to 141312 bytes
> total spent on "index info" contexts (some of which moved into other
> contexts, some new, but a net saving of 130kB). 0004+0005 bring that
> down all the way to 45392 bytes; most of which is just avoiding the
> large overhead of the pre-allocated Blocks of memory, saving another
> 95kB.
Did you just startup the server and run that query or did you run some
something first to populate the relcache?

Maybe I'm missing something but in my understanding the relcache is
populated as relations are accessed.

--
David Geier


Reply via email to