Re: Running out of memory while making a join

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Running out of memory while making a join
Дата
Msg-id 25939.1352572867@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Running out of memory while making a join  (Carlos Henrique Reimer <carlos.reimer@opendb.com.br>)
Список pgsql-general
Carlos Henrique Reimer <carlos.reimer@opendb.com.br> writes:
> How is the best way to attach a debugger to the SELECT and identify why is
> it exhausting server storage.

In gdb,
    call MemoryContextStats(TopMemoryContext)
should produce some useful information on the process's stderr file.

            regards, tom lane


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

Предыдущее
От: Carlos Henrique Reimer
Дата:
Сообщение: Re: Running out of memory while making a join
Следующее
От: Jeff Janes
Дата:
Сообщение: Re: PG defaults and performance (was Re: Unexpectedly high disk space usage RESOLVED (Manual reindex/vacuum))