Re: parse_oper cache

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: parse_oper cache
Дата
Msg-id 15703.1261944211@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: parse_oper cache  (Robert Haas <robertmhaas@gmail.com>)
Ответы Re: parse_oper cache
Список pgsql-hackers
Robert Haas <robertmhaas@gmail.com> writes:
> If we're really doing it, sure.  But putting half of it in
> TopMemoryContext and the other half in CacheMemoryContext is not
> obviously of any value.

There isn't any of that stuff that's *in* TopMemoryContext.  Whether the
hash table contexts are children of TopMemoryContext or
CacheMemoryContext would be important if we were ever going to reset
either, but we aren't.  The main point in my mind is that it be possible
to tell from a memory stats dump how much is being used for what, and we
do have that.
        regards, tom lane


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

Предыдущее
От: Robert Haas
Дата:
Сообщение: Re: parse_oper cache
Следующее
От: Simon Riggs
Дата:
Сообщение: Re: Small Bug in GetConflictingVirtualXIDs