Re: Large writable variables

Поиск
Список
Период
Сортировка
От Thomas Munro
Тема Re: Large writable variables
Дата
Msg-id CAEepm=1_OgTWJwx6-kww7jDG=UUwMY4enWE-6VbBnQaWGNTs0Q@mail.gmail.com
обсуждение исходный текст
Ответ на Large writable variables  (Andres Freund <andres@anarazel.de>)
Ответы Re: Large writable variables  (Andres Freund <andres@anarazel.de>)
Список pgsql-hackers
On Tue, Oct 16, 2018 at 9:07 AM Andres Freund <andres@anarazel.de> wrote:
> $ nm -t d --size-sort -r -S src/backend/postgres|grep '\b[bB]\b'|head
> 0000000008251872 0000000000131144 b LagTracker
...
> So we have a two variables sized 130kb. Yikes.
...
> that's not actually used very often, nor in all processes... Thomas?

Yeah, here's a patch to move it in to the heap.

-- 
Thomas Munro
http://www.enterprisedb.com

Вложения

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

Предыдущее
От: Andres Freund
Дата:
Сообщение: Re: Large writable variables
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Large writable variables