Re: where does postgres keep the query result until it is returned?

Поиск
Список
Период
Сортировка
От Willy-Bas Loos
Тема Re: where does postgres keep the query result until it is returned?
Дата
Msg-id AANLkTinFO5EbBwL5o2XXmHjxx+_Tcf+89AxptDHE5SFL@mail.gmail.com
обсуждение исходный текст
Ответ на Re: where does postgres keep the query result until it is returned?  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: where does postgres keep the query result until it is returned?  (Sam Mason <sam@samason.me.uk>)
Список pgsql-general
> If the question was about the final query result sent to the client:
yes

> we don't spill that to disk, nor "hold" it anywhere.  The backend
> sends it to the client on-the-fly as each row is generated.
thanks, i didn't know that.
I asked because i have a function that produces a result in xml.
that is one row, one value even, but it grows pretty large.
how is that handled?

--
"Patriotism is the conviction that your country is superior to all
others because you were born in it." -- George Bernard Shaw

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: where does postgres keep the query result until it is returned?
Следующее
От: julia.jacobson@arcor.de
Дата:
Сообщение: SELF LEFT OUTER JOIN = SELF JOIN including NULL values