Re: Memory leaks in record_out and record_send

Поиск
Список
Период
Сортировка
От Stephen Frost
Тема Re: Memory leaks in record_out and record_send
Дата
Msg-id 20121113225008.GB5162@tamriel.snowman.net
обсуждение исходный текст
Ответ на Re: Memory leaks in record_out and record_send  (Robert Haas <robertmhaas@gmail.com>)
Ответы Re: Memory leaks in record_out and record_send
Список pgsql-hackers
* Robert Haas (robertmhaas@gmail.com) wrote:
> Yeah.  The thing that concerns me is that I think we have a pretty
> decent number of memory contexts where the expected number of
> allocations is very small ... and we have the context *just in case*
> we do more than that in certain instances.  I've seen profiles where
> the setup/teardown costs of memory contexts are significant ... which
> doesn't mean that those examples would perform better with fewer
> memory contexts, but it's enough to make me pause for thought.

So, for my 2c, I'm on the other side of this, personally.  We have
memory contexts for more-or-less exactly this issue.  It's one of the
great things about PG- it's resiliant and very unlikely to have large or
bad memory leaks in general, much of which can, imv, be attributed to
our use of memory contexts.
Thanks,
    Stephen

В списке pgsql-hackers по дате отправления:

Предыдущее
От: Peter Geoghegan
Дата:
Сообщение: Re: Index only scans wiki page
Следующее
От: Peter Geoghegan
Дата:
Сообщение: Re: Index only scans wiki page