Re: Set Returning Function (Pipelining)

Поиск
Список
Период
Сортировка
От tschak
Тема Re: Set Returning Function (Pipelining)
Дата
Msg-id 1132737610.105515.291550@o13g2000cwo.googlegroups.com
обсуждение исходный текст
Ответ на Re: Set Returning Function (Pipelining)  (Joe Conway <mail@joeconway.com>)
Список pgsql-general
I am not really sure wether I MUST use it or not, but I think it is a
nice feature to be utilized.

What I want is a long running producing up to hundred of thousands
results which have to undergo a computationally expensive
postprocessing step which needs to be execeuted in parallel. By using
pipelining I would not need to worry about partitioning the query and
thus distributing the workload.

At least as far as I understand the pipelining feature...

tschak


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

Предыдущее
От: asfar khan
Дата:
Сообщение: How to commuciate between two server in postgress
Следующее
От: Brent Wood
Дата:
Сообщение: Re: Best way to represent values.