Function results written to memory, then sent?

Поиск
Список
Период
Сортировка
От Steve - DND
Тема Function results written to memory, then sent?
Дата
Msg-id LDEHKBBOEMIJKHKBOFNFOEBPMBAA.postgres@digitalnothing.com
обсуждение исходный текст
Ответы Re: Function results written to memory, then sent?  (Alvaro Herrera <alvherre@dcc.uchile.cl>)
Список pgsql-general
I was reading through the docs today, and came across a paragraph that
indicated when plpgsql queries are executed on the server, the results are
all written to memory(or disk if necessary), and not streamed as available.
I can't find the doc page which said it, but does anyone know if this
applies to regular SQL as well, or is it just plpgsql specific. If it
applies to either or both, are there any current plans to not have PG not
behave in this manner, and stream the results of a query as they become
available?

Thanks,
Steve



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

Предыдущее
От: "Sim Zacks"
Дата:
Сообщение: Re: plpython function problem workaround
Следующее
От: Tom Lane
Дата:
Сообщение: Re: plpython function problem workaround