Re: [PERFORM] out of memory

Поиск
Список
Период
Сортировка
От John R Pierce
Тема Re: [PERFORM] out of memory
Дата
Msg-id 5097F7B6.4040300@hogranch.com
обсуждение исходный текст
Ответ на Re: [PERFORM] out of memory  (Robert Haas <robertmhaas@gmail.com>)
Список pgsql-hackers
On 11/05/12 9:27 AM, Robert Haas wrote:
> That is, if we have a large datum that we're trying to
> send back to the client, could we perhaps chop off the first 50MB or
> so, do the encoding on that amount of data, send the data to the
> client, lather, rinse, repeat?

I'd suggest work_mem sized chunks for this?



-- 
john r pierce                            N 37, W 122
santa cruz ca                         mid-left coast




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

Предыдущее
От: Robert Haas
Дата:
Сообщение: Re: [PERFORM] out of memory
Следующее
От: Robert Haas
Дата:
Сообщение: Re: What are the advantages of not being able to access multiple databases with one connection?