Re: Adding pipelining support to set returning functions

Поиск
Список
Период
Сортировка
От Joe Conway
Тема Re: Adding pipelining support to set returning functions
Дата
Msg-id 47F9417E.7090104@joeconway.com
обсуждение исходный текст
Ответ на Adding pipelining support to set returning functions  (Hannu Krosing <hannu@krosing.net>)
Список pgsql-hackers
Hannu Krosing wrote:
> A question to all pg hackers
> 
> Is anybody working on adding pipelining to set returning functions.

Not as far as I know.

> How much effort would it take ?
> 
> Where should I start digging ?

I don't remember all the details, but I think the original SRF patch 
that I did was pipelined rather that materialized, and there were 
difficult issues that led to going with the materialized version 
"first", with a pipelined version to "eventually" follow. 
SFRM_Materialize is for the former and SFRM_ValuePerCall was supposed to 
be for the latter. The first thread was this one:  http://archives.postgresql.org/pgsql-hackers/2002-04/msg01201.php

Joe


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

Предыдущее
От: David Fetter
Дата:
Сообщение: Re: Adding pipelining support to set returning functions
Следующее
От: Tom Lane
Дата:
Сообщение: Oracle FOR-over-cursor vs WHERE CURRENT OF?